Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp131 auto expected_info = pdb->getPDBInfoStream(); in loadMatchingPDBFile() local
132 if (!expected_info) { in loadMatchingPDBFile()
133 llvm::consumeError(expected_info.takeError()); in loadMatchingPDBFile()
139 if (expected_info->getGuid() != guid) in loadMatchingPDBFile()