Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp88 auto expected_binary = createBinary(exe_path); in loadMatchingPDBFile() local
91 if (!expected_binary) { in loadMatchingPDBFile()
92 llvm::consumeError(expected_binary.takeError()); in loadMatchingPDBFile()
95 OwningBinary<Binary> binary = std::move(*expected_binary); in loadMatchingPDBFile()