Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugPubTable.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()
HDDWARFDebugLine.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 …]
HDDWARFContext.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 …]
HDDWARFDebugAranges.cpp25 function_ref<void(Error)> RecoverableErrorHandler, in extract() argument
34 RecoverableErrorHandler(std::move(E)); in extract()
HDDWARFDebugLoc.cpp164 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLocationList()
HDDWARFDebugFrame.cpp993 DumpOpts.RecoverableErrorHandler(joinErrors( in dump()
1021 DumpOpts.RecoverableErrorHandler(joinErrors( in dump()
HDDWARFDie.cpp225 DumpOpts.RecoverableErrorHandler(createStringError( in dumpAttribute()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFContext.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 =
HDDWARFDebugLine.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,
HDDWARFDebugPubTable.h78 function_ref<void(Error)> RecoverableErrorHandler);
HDDWARFDebugAranges.h31 function_ref<void(Error)> RecoverableErrorHandler,
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
HDllvm-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-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/
HDDIContext.h231 std::function<void(Error)> RecoverableErrorHandler = member