Lines Matching defs:RecoverableErrorHandler
397 getLineTableForUnit(DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) override {
422 RecoverableErrorHandler);
676 getLineTableForUnit(DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) override {
678 return ThreadUnsafeDWARFContextState::getLineTableForUnit(U, RecoverableErrorHandler);
746 std::function<void(Error)> RecoverableErrorHandler,
750 RecoverableErrorHandler(RecoverableErrorHandler),
861 DumpOpts.RecoverableErrorHandler(createStringError(
910 DumpOpts.RecoverableErrorHandler(std::move(Err));
934 DumpOpts.RecoverableErrorHandler(std::move(Err));
956 DumpOpts.RecoverableErrorHandler(std::move(E));
983 Table.extract(Data, GnuStyle, DumpOpts.RecoverableErrorHandler);
1111 RecoverableErrorHandler(DF.takeError());
1120 RecoverableErrorHandler(DF.takeError());
1156 RecoverableErrorHandler(std::move(E));
1251 DumpOpts.RecoverableErrorHandler(std::move(E));
1498 DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) {
1499 return State->getLineTableForUnit(U, RecoverableErrorHandler);
2445 std::function<void(Error)> RecoverableErrorHandler,
2449 Obj, L, RecoverableErrorHandler, WarningHandler, RelocAction);
2452 RecoverableErrorHandler,
2460 std::function<void(Error)> RecoverableErrorHandler,
2466 std::move(DObj), "", RecoverableErrorHandler, WarningHandler, ThreadSafe);