Searched defs:RecoverableErrorHandler (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugPubTable.cpp | 24 function_ref<void(Error)> RecoverableErrorHandler) { in extract()
|
H A D | DWARFDebugLine.cpp | 366 function_ref<void(Error)> RecoverableErrorHandler, const DWARFContext &Ctx, in parse() 605 const DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) { in getOrParseLineTable() 792 function_ref<void(Error)> RecoverableErrorHandler, raw_ostream *OS, in parse() 1543 function_ref<void(Error)> RecoverableErrorHandler, in parseNext() 1559 function_ref<void(Error)> RecoverableErrorHandler, in skip()
|
H A D | DWARFDebugAranges.cpp | 25 function_ref<void(Error)> RecoverableErrorHandler, in extract()
|
H A D | DWARFContext.cpp | 399 getLineTableForUnit(DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) override { in getLineTableForUnit() 678 getLineTableForUnit(DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) override { in getLineTableForUnit() 748 std::function<void(Error)> RecoverableErrorHandler, in DWARFContext() 1501 DWARFUnit *U, function_ref<void(Error)> RecoverableErrorHandler) { in getLineTableForUnit() 2444 std::function<void(Error)> RecoverableErrorHandler, in create() 2459 std::function<void(Error)> RecoverableErrorHandler, in create()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFContext.h | 117 std::function<void(Error)> RecoverableErrorHandler = variable
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 635 const auto RecoverableErrorHandler = [&](Error Err) { in collectObjectSources() local 770 auto RecoverableErrorHandler = [&](Error E) { in handleBuffer() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/ |
H A D | DIContext.h | 231 std::function<void(Error)> RecoverableErrorHandler = member
|