HomeSort by: relevance | last modified time | path
    Searched refs:mapDebugSectionName (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
XCOFFObjectFile.h 320 StringRef mapDebugSectionName(StringRef Name) const override;
ObjectFile.h 340 virtual StringRef mapDebugSectionName(StringRef Name) const { return Name; }
MachO.h 581 StringRef mapDebugSectionName(StringRef Name) const override;
COFF.h 1108 StringRef mapDebugSectionName(StringRef Name) const override;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
XCOFFObjectFile.cpp 460 StringRef XCOFFObjectFile::mapDebugSectionName(StringRef Name) const {
COFFObjectFile.cpp 1314 StringRef COFFObjectFile::mapDebugSectionName(StringRef Name) const {
MachOObjectFile.cpp 4671 StringRef MachOObjectFile::mapDebugSectionName(StringRef Name) const {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 1713 Name = Obj.mapDebugSectionName(Name);

Completed in 31 milliseconds