Searched refs:RecoverableErrorHandler (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugPubTable.cpp | 24 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 D | DWARFDebugLine.cpp | 409 RecoverableErrorHandler(createStringError( in parse() 439 RecoverableErrorHandler(joinErrors( in parse() 452 RecoverableErrorHandler(createStringError( in parse() 757 RecoverableErrorHandler( in parse() 824 RecoverableErrorHandler(Cursor.takeError()); in parse() 868 RecoverableErrorHandler(createStringError( in parse() 879 RecoverableErrorHandler(createStringError( in parse() 966 RecoverableErrorHandler(createStringError( in parse() 1184 RecoverableErrorHandler(Cursor.takeError()); in parse() 1188 RecoverableErrorHandler(createStringError( in parse() [all …]
|
| H A D | DWARFDebugAranges.cpp | 23 function_ref<void(Error)> RecoverableErrorHandler) { in extract() argument 31 Set.extract(DebugArangesData, &Offset, RecoverableErrorHandler)) { in extract() 32 RecoverableErrorHandler(std::move(E)); in extract()
|
| H A D | DWARFContext.cpp | 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() 462 RecoverableErrorHandler(DF.takeError()); in dump() 471 RecoverableErrorHandler(DF.takeError()); in dump() 507 RecoverableErrorHandler(std::move(E)); in dump() 602 DumpOpts.RecoverableErrorHandler(std::move(E)); in dump() [all …]
|
| H A D | DWARFDebugLoc.cpp | 164 DumpOpts.RecoverableErrorHandler(std::move(E)); in dumpLocationList()
|
| H A D | DWARFDebugFrame.cpp | 982 DumpOpts.RecoverableErrorHandler(joinErrors( in dump() 1011 DumpOpts.RecoverableErrorHandler(joinErrors( in dump()
|
| H A D | DWARFDie.cpp | 340 DumpOpts.RecoverableErrorHandler(createStringError( in dumpAttribute()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFContext.h | 91 std::function<void(Error)> RecoverableErrorHandler = variable 121 std::function<void(Error)> RecoverableErrorHandler = 327 function_ref<void(Error)> RecoverableErrorHandler); 385 return RecoverableErrorHandler; in getRecoverableErrorHandler() 393 std::function<void(Error)> RecoverableErrorHandler = 401 std::function<void(Error)> RecoverableErrorHandler =
|
| H A D | DWARFDebugLine.h | 135 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,
|
| H A D | DWARFDebugPubTable.h | 77 function_ref<void(Error)> RecoverableErrorHandler);
|
| H A D | DWARFDebugAranges.h | 29 function_ref<void(Error)> RecoverableErrorHandler);
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 289 DumpOpts.RecoverableErrorHandler = C.getRecoverableErrorHandler(); in getDumpOpts() 533 auto RecoverableErrorHandler = [&](Error E) { in handleBuffer() local 540 DWARFContext::create(*Obj, nullptr, "", RecoverableErrorHandler); in handleBuffer() 552 DWARFContext::create(Obj, nullptr, "", RecoverableErrorHandler); in handleBuffer()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/ |
| H A D | DIContext.h | 212 std::function<void(Error)> RecoverableErrorHandler = member
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 139 DumpOpts.RecoverableErrorHandler = [&](llvm::Error E) { in GetDescription()
|