Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp635 StringRef PDBFileName; in getOrCreateModuleInfo() local
636 auto EC = CoffObject->getDebugPDBInfo(DebugInfo, PDBFileName); in getOrCreateModuleInfo()
637 if (!EC && DebugInfo != nullptr && !PDBFileName.empty()) { in getOrCreateModuleInfo()
648 return createFileError(PDBFileName, std::move(Err)); in getOrCreateModuleInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp548 StringRef &PDBFileName) const { in getDebugPDBInfo()
558 PDBFileName = StringRef(reinterpret_cast<const char *>(InfoBytes.data()), in getDebugPDBInfo()
561 PDBFileName = PDBFileName.split('\0').first; in getDebugPDBInfo()
566 StringRef &PDBFileName) const { in getDebugPDBInfo()
569 return getDebugPDBInfo(&D, PDBInfo, PDBFileName); in getDebugPDBInfo()
572 PDBFileName = StringRef(); in getDebugPDBInfo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1155 StringRef &PDBFileName) const;
1162 StringRef &PDBFileName) const;
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp789 StringRef PDBFileName; in printCOFFDebugDirectory() local
790 if (Error E = Obj->getDebugPDBInfo(&D, DebugInfo, PDBFileName)) in printCOFFDebugDirectory()
798 W.printString("PDBFileName", PDBFileName); in printCOFFDebugDirectory()