Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp711 Error InterpretationError = Error::success(); in findLoclistFromOffset() local
720 InterpretationError = in findLoclistFromOffset()
721 joinErrors(L.takeError(), std::move(InterpretationError)); in findLoclistFromOffset()
722 return !InterpretationError; in findLoclistFromOffset()
725 if (ParseError || InterpretationError) in findLoclistFromOffset()
726 return joinErrors(std::move(ParseError), std::move(InterpretationError)); in findLoclistFromOffset()