Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp588 StringRef PDBFileName; in getOrCreateModuleInfo() local
589 auto EC = CoffObject->getDebugPDBInfo(DebugInfo, PDBFileName); in getOrCreateModuleInfo()
590 if (!EC && DebugInfo != nullptr && !PDBFileName.empty()) { in getOrCreateModuleInfo()
600 return createFileError(PDBFileName, std::move(Err)); in getOrCreateModuleInfo()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h1093 StringRef &PDBFileName) const;
1100 StringRef &PDBFileName) const;
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp787 StringRef PDBFileName; in printCOFFDebugDirectory() local
788 if (Error E = Obj->getDebugPDBInfo(&D, DebugInfo, PDBFileName)) in printCOFFDebugDirectory()
796 W.printString("PDBFileName", PDBFileName); in printCOFFDebugDirectory()