Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp616 Error InterpretationError = Error::success(); in findLoclistFromOffset() local
625 InterpretationError = in findLoclistFromOffset()
626 joinErrors(L.takeError(), std::move(InterpretationError)); in findLoclistFromOffset()
627 return !InterpretationError; in findLoclistFromOffset()
630 if (ParseError || InterpretationError) in findLoclistFromOffset()
631 return joinErrors(std::move(ParseError), std::move(InterpretationError)); in findLoclistFromOffset()