Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDebugNamesDWARFIndex.cpp77 void DebugNamesDWARFIndex::MaybeLogLookupError(llvm::Error error, in MaybeLogLookupError() function in DebugNamesDWARFIndex
120 MaybeLogLookupError(entry_or.takeError(), ni, nte.getString()); in GetGlobalVariables()
147 MaybeLogLookupError(entry_or.takeError(), ni, nte.getString()); in GetGlobalVariables()
286 MaybeLogLookupError(entry_or.takeError(), ni, nte.getString()); in GetFunctions()
H A DDebugNamesDWARFIndex.h86 static void MaybeLogLookupError(llvm::Error error,