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.cpp712 Error InterpretationError = Error::success(); in findLoclistFromOffset() local
721 InterpretationError = in findLoclistFromOffset()
722 joinErrors(L.takeError(), std::move(InterpretationError)); in findLoclistFromOffset()
723 return !InterpretationError; in findLoclistFromOffset()
726 if (ParseError || InterpretationError) in findLoclistFromOffset()
727 return joinErrors(std::move(ParseError), std::move(InterpretationError)); in findLoclistFromOffset()