Home
last modified time | relevance | path

Searched refs:getDebugPDBInfo (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp145 if (Error E = ObjFile->getDebugPDBInfo(PdbInfo, PdbPath)) in getPdbPathFromExe()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp545 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 DCOFF.h1153 Error getDebugPDBInfo(const debug_directory *DebugDir,
1161 Error getDebugPDBInfo(const codeview::DebugInfo *&Info,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp636 auto EC = CoffObject->getDebugPDBInfo(DebugInfo, PDBFileName); in getOrCreateModuleInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp109 if (llvm::Error e = obj->getDebugPDBInfo(pdb_info, pdb_file)) { in loadMatchingPDBFile()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp791 if (Error E = Obj->getDebugPDBInfo(&D, DebugInfo, PDBFileName)) in printCOFFDebugDirectory()