Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp112 auto expected_binary = createBinary(exe_path); in loadMatchingPDBFile() local
115 if (!expected_binary) { in loadMatchingPDBFile()
116 llvm::consumeError(expected_binary.takeError()); in loadMatchingPDBFile()
119 OwningBinary<Binary> binary = std::move(*expected_binary); in loadMatchingPDBFile()