Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.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()
H A DDWARFDebugLine.cpp361 function_ref<void(Error)> RecoverableErrorHandler, const DWARFContext &Ctx, in parse() argument
409 RecoverableErrorHandler(createStringError( in parse()
439 RecoverableErrorHandler(joinErrors( in parse()
452 RecoverableErrorHandler(createStringError( in parse()
582 const DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) { in getOrParseLineTable() argument
593 LT->parse(DebugLineData, &Offset, Ctx, U, RecoverableErrorHandler)) in getOrParseLineTable()
731 function_ref<void(Error)> RecoverableErrorHandler, raw_ostream *OS, in parse() argument
739 Prologue.parse(DebugLineData, OffsetPtr, RecoverableErrorHandler, Ctx, U); in parse()
761 RecoverableErrorHandler( in parse()
783 ParsingState State(this, DebugLineOffset, RecoverableErrorHandler); in parse()
[all …]
H A DDWARFContext.cpp74 std::function<void(Error)> RecoverableErrorHandler, in DWARFContext() argument
77 RecoverableErrorHandler(RecoverableErrorHandler), in DWARFContext()
182 DumpOpts.RecoverableErrorHandler(createStringError( in dumpStringOffsetsSection()
231 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpAddrSection()
255 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpRnglistsSection()
280 RecoverableErrorHandler(std::move(Err)); in parseMacroOrMacinfo()
318 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLoclistsSection()
345 Table.extract(Data, GnuStyle, DumpOpts.RecoverableErrorHandler); in dumpPubTableSection()
465 RecoverableErrorHandler(DF.takeError()); in dump()
474 RecoverableErrorHandler(DF.takeError()); in dump()
[all …]
H A DDWARFDebugAranges.cpp25 function_ref<void(Error)> RecoverableErrorHandler, in extract() argument
34 RecoverableErrorHandler(std::move(E)); in extract()
H A DDWARFDebugLoc.cpp164 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLocationList()
H A DDWARFDebugFrame.cpp984 DumpOpts.RecoverableErrorHandler(joinErrors( in dump()
1012 DumpOpts.RecoverableErrorHandler(joinErrors( in dump()
H A DDWARFDie.cpp222 DumpOpts.RecoverableErrorHandler(createStringError( in dumpAttribute()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h83 std::function<void(Error)> RecoverableErrorHandler = variable
117 std::function<void(Error)> RecoverableErrorHandler =
334 function_ref<void(Error)> RecoverableErrorHandler);
412 return RecoverableErrorHandler; in getRecoverableErrorHandler()
423 std::function<void(Error)> RecoverableErrorHandler =
431 std::function<void(Error)> RecoverableErrorHandler =
H A DDWARFDebugLine.h127 function_ref<void(Error)> RecoverableErrorHandler,
281 function_ref<void(Error)> RecoverableErrorHandler,
310 function_ref<void(Error)> RecoverableErrorHandler);
332 LineTable parseNext(function_ref<void(Error)> RecoverableErrorHandler,
343 void skip(function_ref<void(Error)> RecoverableErrorHandler,
H A DDWARFDebugPubTable.h78 function_ref<void(Error)> RecoverableErrorHandler);
H A DDWARFDebugAranges.h31 function_ref<void(Error)> RecoverableErrorHandler,
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp311 DumpOpts.RecoverableErrorHandler = C.getRecoverableErrorHandler(); in getDumpOpts()
547 const auto RecoverableErrorHandler = [&](Error Err) { in collectObjectSources() local
554 Parser.parseNext(RecoverableErrorHandler, UnrecoverableErrorHandler); in collectObjectSources()
676 auto RecoverableErrorHandler = [&](Error E) { in handleBuffer() local
684 RecoverableErrorHandler); in handleBuffer()
698 RecoverableErrorHandler); in handleBuffer()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/
H A DDIContext.h224 std::function<void(Error)> RecoverableErrorHandler = member