Home
last modified time | relevance | path

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

/freebsd/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()
644 if (!EC && !HasDwarf && DebugInfo != nullptr && !PDBFileName.empty()) { in getOrCreateModuleInfo()
655 return createFileError(PDBFileName, std::move(Err)); in getOrCreateModuleInfo()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp547 StringRef &PDBFileName) const { in getDebugPDBInfo()
557 PDBFileName = StringRef(reinterpret_cast<const char *>(InfoBytes.data()), in getDebugPDBInfo()
560 PDBFileName = PDBFileName.split('\0').first; in getDebugPDBInfo()
565 StringRef &PDBFileName) const { in getDebugPDBInfo()
568 return getDebugPDBInfo(&D, PDBInfo, PDBFileName); in getDebugPDBInfo()
571 PDBFileName = StringRef(); in getDebugPDBInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1155 StringRef &PDBFileName) const;
1162 StringRef &PDBFileName) const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp790 StringRef PDBFileName; in printCOFFDebugDirectory() local
791 if (Error E = Obj->getDebugPDBInfo(&D, DebugInfo, PDBFileName)) in printCOFFDebugDirectory()
801 W.printString("PDBFileName", PDBFileName); in printCOFFDebugDirectory()