Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp700 Error InterpretationError = Error::success(); in findLoclistFromOffset() local
709 InterpretationError = in findLoclistFromOffset()
710 joinErrors(L.takeError(), std::move(InterpretationError)); in findLoclistFromOffset()
711 return !InterpretationError; in findLoclistFromOffset()
714 if (ParseError || InterpretationError) in findLoclistFromOffset()
715 return joinErrors(std::move(ParseError), std::move(InterpretationError)); in findLoclistFromOffset()