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.cpp686 StringRef PDBFileName; in getOrCreateModuleInfo() local
687 auto EC = CoffObject->getDebugPDBInfo(DebugInfo, PDBFileName); in getOrCreateModuleInfo()
695 if (!EC && !HasDwarf && DebugInfo != nullptr && !PDBFileName.empty()) { in getOrCreateModuleInfo()
706 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.h1213 StringRef &PDBFileName) const;
1220 StringRef &PDBFileName) const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp792 StringRef PDBFileName; in printCOFFDebugDirectory() local
793 if (Error E = Obj->getDebugPDBInfo(&D, DebugInfo, PDBFileName)) in printCOFFDebugDirectory()
803 W.printString("PDBFileName", PDBFileName); in printCOFFDebugDirectory()