Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp671 Error InterpretationError = Error::success(); in findLoclistFromOffset() local
680 InterpretationError = in findLoclistFromOffset()
681 joinErrors(L.takeError(), std::move(InterpretationError)); in findLoclistFromOffset()
682 return !InterpretationError; in findLoclistFromOffset()
685 if (ParseError || InterpretationError) in findLoclistFromOffset()
686 return joinErrors(std::move(ParseError), std::move(InterpretationError)); in findLoclistFromOffset()