Searched defs:RecoverableErrorHandler (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| 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() 1470 function_ref<void(Error)> RecoverableErrorHandler, in parseNext() 1486 function_ref<void(Error)> RecoverableErrorHandler, in skip()
|
| 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 | DWARFContext.cpp | 74 std::function<void(Error)> RecoverableErrorHandler, in DWARFContext() 1047 DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) { in getLineTableForUnit() 2070 std::function<void(Error)> RecoverableErrorHandler, in create() 2082 std::function<void(Error)> RecoverableErrorHandler, in create()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 547 const auto RecoverableErrorHandler = [&](Error Err) { in collectObjectSources() local 676 auto RecoverableErrorHandler = [&](Error E) { in handleBuffer() local
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFContext.h | 83 std::function<void(Error)> RecoverableErrorHandler = variable
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/ |
| H A D | DIContext.h | 224 std::function<void(Error)> RecoverableErrorHandler = member
|