Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp125 auto expected_info = pdb->getPDBInfoStream(); in loadMatchingPDBFile() local
126 if (!expected_info) { in loadMatchingPDBFile()
127 llvm::consumeError(expected_info.takeError()); in loadMatchingPDBFile()
133 if (expected_info->getGuid() != guid) in loadMatchingPDBFile()