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.cpp366 function_ref<void(Error)> RecoverableErrorHandler, const DWARFContext &Ctx, in parse() argument
397 RecoverableErrorHandler(createStringError( in parse()
404 RecoverableErrorHandler(createStringError( in parse()
430 RecoverableErrorHandler(createStringError( in parse()
460 RecoverableErrorHandler(joinErrors( in parse()
473 RecoverableErrorHandler(createStringError( in parse()
605 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.cpp399 getLineTableForUnit(DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) override { in getLineTableForUnit() argument
424 RecoverableErrorHandler); in getLineTableForUnit()
678 getLineTableForUnit(DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) override { in getLineTableForUnit() argument
680 return ThreadUnsafeDWARFContextState::getLineTableForUnit(U, RecoverableErrorHandler); in getLineTableForUnit()
748 std::function<void(Error)> RecoverableErrorHandler, in DWARFContext() argument
752 RecoverableErrorHandler(RecoverableErrorHandler), in DWARFContext()
863 DumpOpts.RecoverableErrorHandler(createStringError( in dumpStringOffsetsSection()
912 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpAddrSection()
936 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpRnglistsSection()
958 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLoclistsSection()
[all …]
H A DDWARFDebugAranges.cpp25 function_ref<void(Error)> RecoverableErrorHandler, in extract() argument
34 RecoverableErrorHandler(std::move(E)); in extract()
H A DDWARFDebugLoc.cpp164 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLocationList()
H A DDWARFDebugFrame.cpp993 DumpOpts.RecoverableErrorHandler(joinErrors( in dump()
1021 DumpOpts.RecoverableErrorHandler(joinErrors( in dump()
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 =
347 function_ref<void(Error)> RecoverableErrorHandler);
431 return RecoverableErrorHandler; in getRecoverableErrorHandler()
442 std::function<void(Error)> RecoverableErrorHandler =
451 std::function<void(Error)> RecoverableErrorHandler =
H A DDWARFDebugLine.h127 function_ref<void(Error)> RecoverableErrorHandler,
285 function_ref<void(Error)> RecoverableErrorHandler,
314 function_ref<void(Error)> RecoverableErrorHandler);
336 LineTable parseNext(function_ref<void(Error)> RecoverableErrorHandler,
347 void skip(function_ref<void(Error)> RecoverableErrorHandler,
H A DDWARFDebugPubTable.h78 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.cpp352 DumpOpts.RecoverableErrorHandler = C.getRecoverableErrorHandler(); in getDumpOpts()
635 const auto RecoverableErrorHandler = [&](Error Err) { in collectObjectSources() local
642 Parser.parseNext(RecoverableErrorHandler, UnrecoverableErrorHandler); in collectObjectSources()
770 auto RecoverableErrorHandler = [&](Error E) { in handleBuffer() local
778 RecoverableErrorHandler); in handleBuffer()
792 RecoverableErrorHandler); in handleBuffer()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h231 std::function<void(Error)> RecoverableErrorHandler = member