Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h352 virtual StringRef mapDebugSectionName(StringRef Name) const { return Name; } in mapDebugSectionName() function
H A DXCOFFObjectFile.h624 StringRef mapDebugSectionName(StringRef Name) const override;
H A DMachO.h754 StringRef mapDebugSectionName(StringRef Name) const override;
H A DCOFF.h1105 StringRef mapDebugSectionName(StringRef Name) const override;
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp731 StringRef XCOFFObjectFile::mapDebugSectionName(StringRef Name) const { in mapDebugSectionName() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1379 StringRef COFFObjectFile::mapDebugSectionName(StringRef Name) const { in mapDebugSectionName() function in COFFObjectFile
H A DMachOObjectFile.cpp5324 StringRef MachOObjectFile::mapDebugSectionName(StringRef Name) const { in mapDebugSectionName() function in MachOObjectFile
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1815 Name = Obj.mapDebugSectionName(Name); in DWARFObjInMemory()