Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp508 COFFObjectFile::getDebugPDBInfo(const debug_directory *DebugDir, in getDebugPDBInfo() function in COFFObjectFile
527 COFFObjectFile::getDebugPDBInfo(const codeview::DebugInfo *&PDBInfo, in getDebugPDBInfo() function in COFFObjectFile
531 return getDebugPDBInfo(&D, PDBInfo, PDBFileName); in getDebugPDBInfo()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp405 auto EC = CoffObject->getDebugPDBInfo(DebugInfo, PDBFileName); in getOrCreateModuleInfo()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DCOFF.h1056 std::error_code getDebugPDBInfo(const debug_directory *DebugDir,
1064 std::error_code getDebugPDBInfo(const codeview::DebugInfo *&Info,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp128 auto ec = obj->getDebugPDBInfo(pdb_info, pdb_file); in loadMatchingPDBFile()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp749 error(Obj->getDebugPDBInfo(&D, DebugInfo, PDBFileName)); in printCOFFDebugDirectory()