Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DObjectFile.h303 virtual StringRef mapDebugSectionName(StringRef Name) const { return Name; } in mapDebugSectionName() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp4623 StringRef MachOObjectFile::mapDebugSectionName(StringRef Name) const { in mapDebugSectionName() function in MachOObjectFile