Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/src/filesystem/
H A Derror.h138 struct ErrorHandler { struct
144ErrorHandler(const char* fname, error_code* ec, const path* p1 = nullptr, const path* p2 = nullptr) argument
145 : func_name_(fname), ec_(ec), p1_(p1), p2_(p2) { in func_name_()
150 T report(const error_code& ec) const { in report()
168 void report_impl(const error_code& ec, const char* msg, va_list ap) const { in report_impl()
186 T report(const error_code& ec, const char* msg, ...) const { in report()
224 ErrorHandler(ErrorHandler const&) = delete; argument
225 ErrorHandler& operator=(ErrorHandler const&) = delete; argument
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinker.cpp17 DWARFLinker::createLinker(MessageHandlerTy ErrorHandler, in createLinker() argument
H A DDWARFLinkerGlobalData.h167 MessageHandlerTy ErrorHandler; global() variable
H A DDWARFLinkerImpl.cpp22 DWARFLinkerImpl::DWARFLinkerImpl(MessageHandlerTy ErrorHandler, in DWARFLinkerImpl() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A Dyaml2obj.h67 using ErrorHandler = llvm::function_ref<void(const Twine &Msg)>; variable
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFContext.cpp64 std::function<void(Error)> ErrorHandler) { in create()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h68 using ErrorHandler = function_ref<void(const ErrorInfoBase &, StringRef)>; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp42 static fatal_error_handler_t ErrorHandler = nullptr; variable
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp231 ErrorHandler /*EH*/) { in yaml2minidump() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h213 DWARFLinker(MessageHandlerTy ErrorHandler, MessageHandlerTy WarningHandler, in DWARFLinker()
783 MessageHandlerTy ErrorHandler = nullptr; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h422 function_ref<void(Error)> ErrorHandler; member
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp548 ParsingState(struct LineTable * LT,uint64_t TableOffset,function_ref<void (Error)> ErrorHandler) ParsingState() argument