Home
last modified time | relevance | path

Searched refs:mapDebugSectionName (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h320 StringRef mapDebugSectionName(StringRef Name) const override;
H A DObjectFile.h340 virtual StringRef mapDebugSectionName(StringRef Name) const { return Name; } in mapDebugSectionName() function
H A DMachO.h581 StringRef mapDebugSectionName(StringRef Name) const override;
H A DCOFF.h1108 StringRef mapDebugSectionName(StringRef Name) const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp460 StringRef XCOFFObjectFile::mapDebugSectionName(StringRef Name) const { in mapDebugSectionName() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1314 StringRef COFFObjectFile::mapDebugSectionName(StringRef Name) const { in mapDebugSectionName() function in COFFObjectFile
H A DMachOObjectFile.cpp4671 StringRef MachOObjectFile::mapDebugSectionName(StringRef Name) const { in mapDebugSectionName() function in MachOObjectFile
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1713 Name = Obj.mapDebugSectionName(Name); in DWARFObjInMemory()