Searched refs:RecoverableErrorHandler (Results 1 – 13 of 13) sorted by relevance
24 function_ref<void(Error)> RecoverableErrorHandler) { in extract() argument39 RecoverableErrorHandler(createStringError( in extract()57 RecoverableErrorHandler( in extract()77 RecoverableErrorHandler(createStringError( in extract()84 RecoverableErrorHandler(createStringError( in extract()
414 RecoverableErrorHandler(createStringError( in parse()444 RecoverableErrorHandler(joinErrors( in parse()457 RecoverableErrorHandler(createStringError( in parse()806 RecoverableErrorHandler( in parse()873 RecoverableErrorHandler(Cursor.takeError()); in parse()918 RecoverableErrorHandler(createStringError( in parse()929 RecoverableErrorHandler(createStringError( in parse()1017 RecoverableErrorHandler(createStringError( in parse()1243 RecoverableErrorHandler(Cursor.takeError()); in parse()1247 RecoverableErrorHandler(createStringError( in parse()[all …]
423 RecoverableErrorHandler); in getLineTableForUnit()752 RecoverableErrorHandler(RecoverableErrorHandler), in DWARFContext()862 DumpOpts.RecoverableErrorHandler(createStringError( in dumpStringOffsetsSection()911 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpAddrSection()935 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpRnglistsSection()957 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLoclistsSection()1112 RecoverableErrorHandler(DF.takeError()); in dump()1121 RecoverableErrorHandler(DF.takeError()); in dump()1157 RecoverableErrorHandler(std::move(E)); in dump()1252 DumpOpts.RecoverableErrorHandler(std::move(E)); in dump()[all …]
25 function_ref<void(Error)> RecoverableErrorHandler, in extract() argument34 RecoverableErrorHandler(std::move(E)); in extract()
164 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLocationList()
984 DumpOpts.RecoverableErrorHandler(joinErrors( in dump()1012 DumpOpts.RecoverableErrorHandler(joinErrors( in dump()
225 DumpOpts.RecoverableErrorHandler(createStringError( in dumpAttribute()
117 std::function<void(Error)> RecoverableErrorHandler = variable137 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 =
127 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,
78 function_ref<void(Error)> RecoverableErrorHandler);
31 function_ref<void(Error)> RecoverableErrorHandler,
326 DumpOpts.RecoverableErrorHandler = C.getRecoverableErrorHandler(); in getDumpOpts()605 const auto RecoverableErrorHandler = [&](Error Err) { in collectObjectSources() local612 Parser.parseNext(RecoverableErrorHandler, UnrecoverableErrorHandler); in collectObjectSources()740 auto RecoverableErrorHandler = [&](Error E) { in handleBuffer() local748 RecoverableErrorHandler); in handleBuffer()762 RecoverableErrorHandler); in handleBuffer()
229 std::function<void(Error)> RecoverableErrorHandler = member