Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DObjectFile.h348 virtual StringRef mapDebugSectionName(StringRef Name) const { return Name; } in mapDebugSectionName() function
H A DXCOFFObjectFile.h546 StringRef mapDebugSectionName(StringRef Name) const override;
H A DMachO.h713 StringRef mapDebugSectionName(StringRef Name) const override;
H A DCOFF.h1110 StringRef mapDebugSectionName(StringRef Name) const override;
/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp683 StringRef XCOFFObjectFile::mapDebugSectionName(StringRef Name) const { in mapDebugSectionName() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1375 StringRef COFFObjectFile::mapDebugSectionName(StringRef Name) const { in mapDebugSectionName() function in COFFObjectFile
H A DMachOObjectFile.cpp4918 StringRef MachOObjectFile::mapDebugSectionName(StringRef Name) const { in mapDebugSectionName() function in MachOObjectFile
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1747 Name = Obj.mapDebugSectionName(Name); in DWARFObjInMemory()