Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DObjectFile.h317 virtual StringRef mapDebugSectionName(StringRef Name) const { return Name; } in mapDebugSectionName() function
H A DMachO.h586 StringRef mapDebugSectionName(StringRef Name) const override;
H A DCOFF.h1070 StringRef mapDebugSectionName(StringRef Name) const override;
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp1309 StringRef COFFObjectFile::mapDebugSectionName(StringRef Name) const { in mapDebugSectionName() function in COFFObjectFile
H A DMachOObjectFile.cpp4623 StringRef MachOObjectFile::mapDebugSectionName(StringRef Name) const { in mapDebugSectionName() function in MachOObjectFile
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1423 Name = Obj.mapDebugSectionName(Name); in DWARFObjInMemory()