Lines Matching refs:RecoverableErrorHandler
75 std::function<void(Error)> RecoverableErrorHandler, in DWARFContext() argument
78 RecoverableErrorHandler(RecoverableErrorHandler), in DWARFContext()
183 DumpOpts.RecoverableErrorHandler(createStringError( in dumpStringOffsetsSection()
232 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpAddrSection()
256 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpRnglistsSection()
281 RecoverableErrorHandler(std::move(Err)); in parseMacroOrMacinfo()
321 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLoclistsSection()
348 Table.extract(Data, GnuStyle, DumpOpts.RecoverableErrorHandler); in dumpPubTableSection()
468 RecoverableErrorHandler(DF.takeError()); in dump()
477 RecoverableErrorHandler(DF.takeError()); in dump()
513 RecoverableErrorHandler(std::move(E)); in dump()
608 DumpOpts.RecoverableErrorHandler(std::move(E)); in dump()
978 DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) { in getLineTableForUnit() argument
1003 RecoverableErrorHandler); in getLineTableForUnit()
2002 std::function<void(Error)> RecoverableErrorHandler, in create() argument
2005 Obj, L, RecoverableErrorHandler, WarningHandler, RelocAction); in create()
2007 RecoverableErrorHandler, in create()
2014 std::function<void(Error)> RecoverableErrorHandler, in create() argument
2019 std::move(DObj), "", RecoverableErrorHandler, WarningHandler); in create()