Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h92 WithColor::defaultErrorHandler;
122 WithColor::defaultErrorHandler,
394 WithColor::defaultErrorHandler,
402 WithColor::defaultErrorHandler,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h130 static void defaultErrorHandler(Error Err);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DWithColor.cpp151 void WithColor::defaultErrorHandler(Error Err) { in defaultErrorHandler() function in WithColor
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h213 WithColor::defaultErrorHandler;
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp535 WithColor::defaultErrorHandler(std::move(E)); in handleBuffer()