Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A 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()
H A DDWARFDebugLine.cpp365 function_ref<void(Error)> RecoverableErrorHandler, const DWARFContext &Ctx, in parse() argument
396 RecoverableErrorHandler(createStringError( in parse()
403 RecoverableErrorHandler(createStringError( in parse()
429 RecoverableErrorHandler(createStringError( in parse()
459 RecoverableErrorHandler(joinErrors( in parse()
472 RecoverableErrorHandler(createStringError( in parse()
604 const DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) { in getOrParseLineTable() argument
616 LT->parse(DebugLineData, &Offset, Ctx, U, RecoverableErrorHandler)) in getOrParseLineTable()
792 function_ref<void(Error)> RecoverableErrorHandler, raw_ostream *OS, in parse() argument
800 Prologue.parse(DebugLineData, OffsetPtr, RecoverableErrorHandler, Ctx, U); in parse()
[all …]
H A DDWARFContext.cpp397 getLineTableForUnit(DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) override { in getLineTableForUnit() argument
422 RecoverableErrorHandler); in getLineTableForUnit()
674 getLineTableForUnit(DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) override { in getLineTableForUnit() argument
676 return ThreadUnsafeDWARFContextState::getLineTableForUnit(U, RecoverableErrorHandler); in getLineTableForUnit()
744 std::function<void(Error)> RecoverableErrorHandler, in DWARFContext() argument
748 RecoverableErrorHandler(RecoverableErrorHandler), in DWARFContext()
859 DumpOpts.RecoverableErrorHandler(createStringError( in dumpStringOffsetsSection()
908 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpAddrSection()
932 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpRnglistsSection()
954 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLoclistsSection()
[all …]
H A DDWARFDebugAranges.cpp24 function_ref<void(Error)> RecoverableErrorHandler, in extract() argument
33 RecoverableErrorHandler(std::move(E)); in extract()
H A DDWARFDebugFrame.cpp142 DumpOpts.RecoverableErrorHandler(joinErrors( in dump()
170 DumpOpts.RecoverableErrorHandler(joinErrors( in dump()
H A DDWARFDebugLoc.cpp165 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLocationList()
H A DDWARFDie.cpp225 DumpOpts.RecoverableErrorHandler(createStringError( in dumpAttribute()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h117 std::function<void(Error)> RecoverableErrorHandler = variable
137 std::function<void(Error)> RecoverableErrorHandler =
353 function_ref<void(Error)> RecoverableErrorHandler);
437 return RecoverableErrorHandler; in getRecoverableErrorHandler()
448 std::function<void(Error)> RecoverableErrorHandler =
457 std::function<void(Error)> RecoverableErrorHandler =
H A DDWARFDebugLine.h128 function_ref<void(Error)> RecoverableErrorHandler,
301 function_ref<void(Error)> RecoverableErrorHandler,
343 function_ref<void(Error)> RecoverableErrorHandler);
366 parseNext(function_ref<void(Error)> RecoverableErrorHandler,
377 LLVM_ABI void skip(function_ref<void(Error)> RecoverableErrorHandler,
H A DDWARFDebugPubTable.h79 function_ref<void(Error)> RecoverableErrorHandler);
H A DDWARFDebugAranges.h31 function_ref<void(Error)> RecoverableErrorHandler,
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp362 DumpOpts.RecoverableErrorHandler = C.getRecoverableErrorHandler(); in getDumpOpts()
649 const auto RecoverableErrorHandler = [&](Error Err) { in collectObjectSources() local
656 Parser.parseNext(RecoverableErrorHandler, UnrecoverableErrorHandler); in collectObjectSources()
783 auto RecoverableErrorHandler = [&](Error E) { in handleBuffer() local
791 RecoverableErrorHandler, WithColor::defaultWarningHandler, in handleBuffer()
806 RecoverableErrorHandler); in handleBuffer()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h234 std::function<void(Error)> RecoverableErrorHandler = member