Searched refs:getDebugPDBInfo (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeSession.cpp | 145 if (Error E = ObjFile->getDebugPDBInfo(PdbInfo, PdbPath)) in getPdbPathFromExe()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | COFFObjectFile.cpp | 545 Error COFFObjectFile::getDebugPDBInfo(const debug_directory *DebugDir, in getDebugPDBInfo() function in COFFObjectFile 564 Error COFFObjectFile::getDebugPDBInfo(const codeview::DebugInfo *&PDBInfo, in getDebugPDBInfo() function in COFFObjectFile 568 return getDebugPDBInfo(&D, PDBInfo, PDBFileName); in getDebugPDBInfo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | COFF.h | 1153 Error getDebugPDBInfo(const debug_directory *DebugDir, 1161 Error getDebugPDBInfo(const codeview::DebugInfo *&Info,
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 636 auto EC = CoffObject->getDebugPDBInfo(DebugInfo, PDBFileName); in getOrCreateModuleInfo()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 109 if (llvm::Error e = obj->getDebugPDBInfo(pdb_info, pdb_file)) { in loadMatchingPDBFile()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 791 if (Error E = Obj->getDebugPDBInfo(&D, DebugInfo, PDBFileName)) in printCOFFDebugDirectory()
|