Home
last modified time | relevance | path

Searched defs:RecoverableErrorHandler (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp361 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 DDWARFDebugPubTable.cpp24 function_ref<void(Error)> RecoverableErrorHandler) { in extract()
H A DDWARFDebugAranges.cpp25 function_ref<void(Error)> RecoverableErrorHandler, in extract()
H A DDWARFContext.cpp74 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 Dllvm-dwarfdump.cpp547 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 DDWARFContext.h83 std::function<void(Error)> RecoverableErrorHandler = variable
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/
H A DDIContext.h224 std::function<void(Error)> RecoverableErrorHandler = member