Searched defs:RecoverableErrorHandler (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugPubTable.cpp | 24 function_ref<void(Error)> RecoverableErrorHandler) { in extract()
|
| H A D | DWARFDebugAranges.cpp | 25 function_ref<void(Error)> RecoverableErrorHandler, in extract()
|
| H A D | DWARFDebugLine.cpp | 361 function_ref<void(Error)> RecoverableErrorHandler, const DWARFContext &Ctx, in parse() 582 const DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) { in getOrParseLineTable() 731 function_ref<void(Error)> RecoverableErrorHandler, raw_ostream *OS, in parse() 1450 function_ref<void(Error)> RecoverableErrorHandler, in parseNext() 1466 function_ref<void(Error)> RecoverableErrorHandler, in skip()
|
| H A D | DWARFContext.cpp | 75 std::function<void(Error)> RecoverableErrorHandler, in DWARFContext() 978 DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) { in getLineTableForUnit() 2002 std::function<void(Error)> RecoverableErrorHandler, in create() 2014 std::function<void(Error)> RecoverableErrorHandler, in create()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFContext.h | 87 std::function<void(Error)> RecoverableErrorHandler = variable
|
| /llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 534 const auto RecoverableErrorHandler = [&](Error Err) { in collectObjectSources() local 630 auto RecoverableErrorHandler = [&](Error E) { in handleBuffer() local
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/ |
| H A D | DIContext.h | 220 std::function<void(Error)> RecoverableErrorHandler = member
|