Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp585 StringRef PDBFileName; in getOrCreateModuleInfo() local
586 auto EC = CoffObject->getDebugPDBInfo(DebugInfo, PDBFileName); in getOrCreateModuleInfo()
587 if (!EC && DebugInfo != nullptr && !PDBFileName.empty()) { in getOrCreateModuleInfo()
598 return createFileError(PDBFileName, std::move(Err)); in getOrCreateModuleInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp522 StringRef &PDBFileName) const { in getDebugPDBInfo()
531 PDBFileName = StringRef(reinterpret_cast<const char *>(InfoBytes.data()), in getDebugPDBInfo()
534 PDBFileName = PDBFileName.split('\0').first; in getDebugPDBInfo()
539 StringRef &PDBFileName) const { in getDebugPDBInfo()
542 return getDebugPDBInfo(&D, PDBInfo, PDBFileName); in getDebugPDBInfo()
545 PDBFileName = StringRef(); in getDebugPDBInfo()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1096 StringRef &PDBFileName) const;
1103 StringRef &PDBFileName) const;
/freebsd-13.1/contrib/llvm-project/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()