Lines Matching refs:RecoverableErrorHandler

399   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()
985 Table.extract(Data, GnuStyle, DumpOpts.RecoverableErrorHandler); in dumpPubTableSection()
1113 RecoverableErrorHandler(DF.takeError()); in dump()
1122 RecoverableErrorHandler(DF.takeError()); in dump()
1158 RecoverableErrorHandler(std::move(E)); in dump()
1253 DumpOpts.RecoverableErrorHandler(std::move(E)); in dump()
1501 DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) { in getLineTableForUnit() argument
1502 return State->getLineTableForUnit(U, RecoverableErrorHandler); in getLineTableForUnit()
2444 std::function<void(Error)> RecoverableErrorHandler, in create() argument
2448 Obj, L, RecoverableErrorHandler, WarningHandler, RelocAction); in create()
2451 RecoverableErrorHandler, in create()
2459 std::function<void(Error)> RecoverableErrorHandler, in create() argument
2465 std::move(DObj), "", RecoverableErrorHandler, WarningHandler, ThreadSafe); in create()