Searched defs:mapDebugSectionName (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/Object/ | ||
H A D | ObjectFile.h | 355 virtual StringRef mapDebugSectionName(StringRef Name) const { return Name; } in mapDebugSectionName() function |
/llvm-project/llvm/lib/Object/ | ||
H A D | XCOFFObjectFile.cpp | 747 StringRef XCOFFObjectFile::mapDebugSectionName(StringRef Name) const { mapDebugSectionName() function in llvm::object::XCOFFObjectFile |
H A D | COFFObjectFile.cpp | 1415 StringRef COFFObjectFile::mapDebugSectionName(StringRef Name) const { mapDebugSectionName() function in COFFObjectFile |
H A D | MachOObjectFile.cpp | 5346 StringRef MachOObjectFile::mapDebugSectionName(StringRef Name) const { mapDebugSectionName() function in MachOObjectFile |