Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp534 llvm::Expected<std::unique_ptr<DebugNamesDWARFIndex>> index_or = in InitializeObject() local
538 if (index_or) { in InitializeObject()
539 m_index = std::move(*index_or); in InitializeObject()
542 LLDB_LOG_ERROR(log, index_or.takeError(), in InitializeObject()