Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DObjectFile.h343 virtual StringRef mapDebugSectionName(StringRef Name) const { return Name; } in mapDebugSectionName() function
DXCOFFObjectFile.h365 StringRef mapDebugSectionName(StringRef Name) const override;
DMachO.h581 StringRef mapDebugSectionName(StringRef Name) const override;
DCOFF.h1108 StringRef mapDebugSectionName(StringRef Name) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp462 StringRef XCOFFObjectFile::mapDebugSectionName(StringRef Name) const { in mapDebugSectionName() function in llvm::object::XCOFFObjectFile
DCOFFObjectFile.cpp1321 StringRef COFFObjectFile::mapDebugSectionName(StringRef Name) const { in mapDebugSectionName() function in COFFObjectFile
DMachOObjectFile.cpp4677 StringRef MachOObjectFile::mapDebugSectionName(StringRef Name) const { in mapDebugSectionName() function in MachOObjectFile
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1714 Name = Obj.mapDebugSectionName(Name); in DWARFObjInMemory()