Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/DWARF/
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()
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()
727 function_ref<void(Error)> RecoverableErrorHandler, raw_ostream *OS, in parse() argument
735 Prologue.parse(DebugLineData, OffsetPtr, RecoverableErrorHandler, Ctx, U); in parse()
757 RecoverableErrorHandler( in parse()
779 ParsingState State(this, DebugLineOffset, RecoverableErrorHandler); in parse()
[all …]
DDWARFDebugAranges.cpp24 function_ref<void(Error)> RecoverableErrorHandler) { in extract() argument
32 Set.extract(DebugArangesData, &Offset, RecoverableErrorHandler)) { in extract()
33 RecoverableErrorHandler(std::move(E)); in extract()
DDWARFContext.cpp69 std::function<void(Error)> RecoverableErrorHandler, in DWARFContext() argument
72 RecoverableErrorHandler(RecoverableErrorHandler), in DWARFContext()
177 DumpOpts.RecoverableErrorHandler(createStringError( in dumpStringOffsetsSection()
226 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpAddrSection()
250 DumpOpts.RecoverableErrorHandler(std::move(Err)); in dumpRnglistsSection()
275 RecoverableErrorHandler(std::move(Err)); in parseMacroOrMacinfo()
315 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLoclistsSection()
342 Table.extract(Data, GnuStyle, DumpOpts.RecoverableErrorHandler); in dumpPubTableSection()
462 RecoverableErrorHandler(DF.takeError()); in dump()
471 RecoverableErrorHandler(DF.takeError()); in dump()
[all …]
DDWARFDebugLoc.cpp164 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLocationList()
DDWARFDie.cpp329 DumpOpts.RecoverableErrorHandler(createStringError( in dumpAttribute()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h91 std::function<void(Error)> RecoverableErrorHandler = variable
121 std::function<void(Error)> RecoverableErrorHandler =
327 function_ref<void(Error)> RecoverableErrorHandler);
380 return RecoverableErrorHandler; in getRecoverableErrorHandler()
388 std::function<void(Error)> RecoverableErrorHandler =
396 std::function<void(Error)> RecoverableErrorHandler =
DDWARFDebugLine.h135 function_ref<void(Error)> RecoverableErrorHandler,
284 function_ref<void(Error)> RecoverableErrorHandler,
313 function_ref<void(Error)> RecoverableErrorHandler);
334 LineTable parseNext(function_ref<void(Error)> RecoverableErrorHandler,
345 void skip(function_ref<void(Error)> RecoverableErrorHandler,
DDWARFDebugPubTable.h77 function_ref<void(Error)> RecoverableErrorHandler);
DDWARFDebugAranges.h29 function_ref<void(Error)> RecoverableErrorHandler);
/external/llvm-project/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp278 DumpOpts.RecoverableErrorHandler = C.getRecoverableErrorHandler(); in getDumpOpts()
522 auto RecoverableErrorHandler = [&](Error E) { in handleBuffer() local
529 DWARFContext::create(*Obj, nullptr, "", RecoverableErrorHandler); in handleBuffer()
542 DWARFContext::create(Obj, nullptr, "", RecoverableErrorHandler); in handleBuffer()
/external/llvm-project/llvm/include/llvm/DebugInfo/
DDIContext.h219 std::function<void(Error)> RecoverableErrorHandler = member
/external/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp141 DumpOpts.RecoverableErrorHandler = [&](llvm::Error E) { in GetDescription()