Home
last modified time | relevance | path

Searched refs:defaultErrorHandler (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h348 static ErrorPolicy defaultErrorHandler(Error E);
351 function_ref<ErrorPolicy(Error)> HandleError = defaultErrorHandler,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp70 DWARFContext::create(Obj, nullptr, DWARFContext::defaultErrorHandler); in symbolizeCode()
566 DWARFContext::defaultErrorHandler, Opts.DWPName); in getOrCreateModuleInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1421 ErrorPolicy DWARFContext::defaultErrorHandler(Error E) { in defaultErrorHandler() function in DWARFContext