Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h354 virtual StringRef mapDebugSectionName(StringRef Name) const { return Name; } in mapDebugSectionName() function
H A DMachO.h759 StringRef mapDebugSectionName(StringRef Name) const override;
H A DXCOFFObjectFile.h631 StringRef mapDebugSectionName(StringRef Name) const override;
H A DCOFF.h1167 StringRef mapDebugSectionName(StringRef Name) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp739 StringRef XCOFFObjectFile::mapDebugSectionName(StringRef Name) const { in mapDebugSectionName() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1431 StringRef COFFObjectFile::mapDebugSectionName(StringRef Name) const { in mapDebugSectionName() function in COFFObjectFile
H A DMachOObjectFile.cpp5342 StringRef MachOObjectFile::mapDebugSectionName(StringRef Name) const { in mapDebugSectionName() function in MachOObjectFile
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2187 Name = Obj.mapDebugSectionName(Name); in DWARFObjInMemory()