Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp690 Error InterpretationError = Error::success(); in findLoclistFromOffset() local
699 InterpretationError = in findLoclistFromOffset()
700 joinErrors(L.takeError(), std::move(InterpretationError)); in findLoclistFromOffset()
701 return !InterpretationError; in findLoclistFromOffset()
704 if (ParseError || InterpretationError) in findLoclistFromOffset()
705 return joinErrors(std::move(ParseError), std::move(InterpretationError)); in findLoclistFromOffset()