Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp105 const llvm::codeview::DebugInfo *pdb_info = nullptr; in loadMatchingPDBFile() local
109 if (llvm::Error e = obj->getDebugPDBInfo(pdb_info, pdb_file)) { in loadMatchingPDBFile()
134 memcpy(&guid, pdb_info->PDB70.Signature, 16); in loadMatchingPDBFile()