Home
last modified time | relevance | path

Searched defs:ErrorHandler (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Derror.h80 struct ErrorHandler { struct
86ErrorHandler(const char* fname, error_code* ec, const path* p1 = nullptr, const path* p2 = nullptr) argument
87 : func_name_(fname), ec_(ec), p1_(p1), p2_(p2) { in func_name_()
92 T report(const error_code& ec) const { in report()
110 void report_impl(const error_code& ec, const char* msg, va_list ap) const { in report_impl()
128 T report(const error_code& ec, const char* msg, ...) const { in report()
166 ErrorHandler(ErrorHandler const&) = delete; argument
167 ErrorHandler& operator=(ErrorHandler const&) = delete; argument
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinker.cpp17 DWARFLinker::createLinker(MessageHandlerTy ErrorHandler, in createLinker()
H A DDWARFLinkerGlobalData.h152 MessageHandlerTy ErrorHandler; variable
H A DDWARFLinkerImpl.cpp21 DWARFLinkerImpl::DWARFLinkerImpl(MessageHandlerTy ErrorHandler, in DWARFLinkerImpl()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinker.cpp
H A DDWARFLinkerImpl.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A Dyaml2obj.h68 using ErrorHandler = llvm::function_ref<void(const Twine &Msg)>; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFContext.cpp66 std::function<void(Error)> ErrorHandler) { in create()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h69 using ErrorHandler = std::function<void(const ErrorInfoBase &, StringRef)>; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h217 DWARFLinker(MessageHandlerTy ErrorHandler, MessageHandlerTy WarningHandler, in DWARFLinker()
790 MessageHandlerTy ErrorHandler = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp44 static fatal_error_handler_t ErrorHandler = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp258 ErrorHandler /*EH*/) { in yaml2minidump() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h453 function_ref<void(Error)> ErrorHandler; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp564 function_ref<void(Error)> ErrorHandler) in ParsingState()