Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/Object/
HDObjectFile.h355 virtual StringRef mapDebugSectionName(StringRef Name) const { return Name; } in mapDebugSectionName() function
HDMachO.h760 StringRef mapDebugSectionName(StringRef Name) const override;
HDXCOFFObjectFile.h638 StringRef mapDebugSectionName(StringRef Name) const override;
HDCOFF.h1167 StringRef mapDebugSectionName(StringRef Name) const override;
/freebsd-head/contrib/llvm-project/llvm/lib/Object/
HDXCOFFObjectFile.cpp747 StringRef XCOFFObjectFile::mapDebugSectionName(StringRef Name) const { in mapDebugSectionName() function in llvm::object::XCOFFObjectFile
HDCOFFObjectFile.cpp1415 StringRef COFFObjectFile::mapDebugSectionName(StringRef Name) const { in mapDebugSectionName() function in COFFObjectFile
HDMachOObjectFile.cpp5346 StringRef MachOObjectFile::mapDebugSectionName(StringRef Name) const { in mapDebugSectionName() function in MachOObjectFile
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFContext.cpp2189 Name = Obj.mapDebugSectionName(Name); in DWARFObjInMemory()