Home
last modified time | relevance | path

Searched defs:mapDebugSectionName (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h354 virtual StringRef mapDebugSectionName(StringRef Name) const { return Name; } mapDebugSectionName() function
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp739 StringRef XCOFFObjectFile::mapDebugSectionName(StringRef Name) const { mapDebugSectionName() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp1431 StringRef COFFObjectFile::mapDebugSectionName(StringRef Name) const { mapDebugSectionName() function in COFFObjectFile
H A DMachOObjectFile.cpp5342 StringRef MachOObjectFile::mapDebugSectionName(StringRef Name) const { mapDebugSectionName() function in MachOObjectFile