Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp404 StringRef PDBFileName; in getOrCreateModuleInfo() local
405 auto EC = CoffObject->getDebugPDBInfo(DebugInfo, PDBFileName); in getOrCreateModuleInfo()
406 if (!EC && DebugInfo != nullptr && !PDBFileName.empty()) { in getOrCreateModuleInfo()
415 return createFileError(PDBFileName, std::move(Err)); in getOrCreateModuleInfo()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp510 StringRef &PDBFileName) const { in getDebugPDBInfo()
519 PDBFileName = StringRef(reinterpret_cast<const char *>(InfoBytes.data()), in getDebugPDBInfo()
522 PDBFileName = PDBFileName.split('\0').first; in getDebugPDBInfo()
528 StringRef &PDBFileName) const { in getDebugPDBInfo()
531 return getDebugPDBInfo(&D, PDBInfo, PDBFileName); in getDebugPDBInfo()
534 PDBFileName = StringRef(); in getDebugPDBInfo()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DCOFF.h1058 StringRef &PDBFileName) const;
1065 StringRef &PDBFileName) const;
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp748 StringRef PDBFileName; in printCOFFDebugDirectory() local
749 error(Obj->getDebugPDBInfo(&D, DebugInfo, PDBFileName)); in printCOFFDebugDirectory()
755 W.printString("PDBFileName", PDBFileName); in printCOFFDebugDirectory()