Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugPubTable.cpp24 function_ref<void(Error)> RecoverableErrorHandler) { in extract() argument
39 RecoverableErrorHandler(createStringError( in extract()
57 RecoverableErrorHandler( in extract()
77 RecoverableErrorHandler(createStringError( in extract()
84 RecoverableErrorHandler(createStringError( in extract()
DDWARFDebugLine.cpp361 function_ref<void(Error)> RecoverableErrorHandler, const DWARFContext &Ctx, in parse() argument
409 RecoverableErrorHandler(createStringError( in parse()
439 RecoverableErrorHandler(joinErrors( in parse()
452 RecoverableErrorHandler(createStringError( in parse()
582 const DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) { in getOrParseLineTable() argument
593 LT->parse(DebugLineData, &Offset, Ctx, U, RecoverableErrorHandler)) in getOrParseLineTable()
731 function_ref<void(Error)> RecoverableErrorHandler, raw_ostream *OS, in parse() argument
739 Prologue.parse(DebugLineData, OffsetPtr, RecoverableErrorHandler, Ctx, U); in parse()
761 RecoverableErrorHandler( in parse()
783 ParsingState State(this, DebugLineOffset, RecoverableErrorHandler); in parse()
[all …]
DDWARFContext.cpp74 std::function<void(Error)> RecoverableErrorHandler, in DWARFContext() argument
77 RecoverableErrorHandler(RecoverableErrorHandler), in DWARFContext()
182 DumpOpts.RecoverableErrorHandler(createStringError( in dumpStringOffsetsSection()
231 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpAddrSection()
255 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpRnglistsSection()
280 RecoverableErrorHandler(std::move(Err)); in parseMacroOrMacinfo()
318 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLoclistsSection()
345 Table.extract(Data, GnuStyle, DumpOpts.RecoverableErrorHandler); in dumpPubTableSection()
465 RecoverableErrorHandler(DF.takeError()); in dump()
474 RecoverableErrorHandler(DF.takeError()); in dump()
[all …]
DDWARFDebugAranges.cpp25 function_ref<void(Error)> RecoverableErrorHandler, in extract() argument
34 RecoverableErrorHandler(std::move(E)); in extract()
DDWARFDebugLoc.cpp164 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLocationList()
DDWARFDebugFrame.cpp984 DumpOpts.RecoverableErrorHandler(joinErrors( in dump()
1012 DumpOpts.RecoverableErrorHandler(joinErrors( in dump()
DDWARFDie.cpp222 DumpOpts.RecoverableErrorHandler(createStringError( in dumpAttribute()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h83 std::function<void(Error)> RecoverableErrorHandler = variable
117 std::function<void(Error)> RecoverableErrorHandler =
334 function_ref<void(Error)> RecoverableErrorHandler);
412 return RecoverableErrorHandler; in getRecoverableErrorHandler()
423 std::function<void(Error)> RecoverableErrorHandler =
431 std::function<void(Error)> RecoverableErrorHandler =
DDWARFDebugLine.h127 function_ref<void(Error)> RecoverableErrorHandler,
281 function_ref<void(Error)> RecoverableErrorHandler,
310 function_ref<void(Error)> RecoverableErrorHandler);
332 LineTable parseNext(function_ref<void(Error)> RecoverableErrorHandler,
343 void skip(function_ref<void(Error)> RecoverableErrorHandler,
DDWARFDebugPubTable.h78 function_ref<void(Error)> RecoverableErrorHandler);
DDWARFDebugAranges.h31 function_ref<void(Error)> RecoverableErrorHandler,
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/
DDIContext.h224 std::function<void(Error)> RecoverableErrorHandler = member