Home
last modified time | relevance | path

Searched refs:PDBFileName (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp584 StringRef PDBFileName; in getOrCreateModuleInfo() local
585 auto EC = CoffObject->getDebugPDBInfo(DebugInfo, PDBFileName); in getOrCreateModuleInfo()
586 if (!EC && DebugInfo != nullptr && !PDBFileName.empty()) { in getOrCreateModuleInfo()
596 return createFileError(PDBFileName, std::move(Err)); in getOrCreateModuleInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp515 StringRef &PDBFileName) const { in getDebugPDBInfo()
524 PDBFileName = StringRef(reinterpret_cast<const char *>(InfoBytes.data()), in getDebugPDBInfo()
527 PDBFileName = PDBFileName.split('\0').first; in getDebugPDBInfo()
532 StringRef &PDBFileName) const { in getDebugPDBInfo()
535 return getDebugPDBInfo(&D, PDBInfo, PDBFileName); in getDebugPDBInfo()
538 PDBFileName = StringRef(); in getDebugPDBInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h1096 StringRef &PDBFileName) const;
1103 StringRef &PDBFileName) const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp737 StringRef PDBFileName; in printCOFFDebugDirectory() local
738 if (Error E = Obj->getDebugPDBInfo(&D, DebugInfo, PDBFileName)) in printCOFFDebugDirectory()
746 W.printString("PDBFileName", PDBFileName); in printCOFFDebugDirectory()