Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp655 Error InterpretationError = Error::success(); in findLoclistFromOffset() local
664 InterpretationError = in findLoclistFromOffset()
665 joinErrors(L.takeError(), std::move(InterpretationError)); in findLoclistFromOffset()
666 return !InterpretationError; in findLoclistFromOffset()
669 if (ParseError || InterpretationError) in findLoclistFromOffset()
670 return joinErrors(std::move(ParseError), std::move(InterpretationError)); in findLoclistFromOffset()