Searched defs:ErrorHandler (Results 1 – 12 of 12) sorted by relevance
/freebsd-src/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | error.h | 138 struct ErrorHandler { struct 144 …ErrorHandler(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 D | DWARFLinker.cpp | 17 DWARFLinker::createLinker(MessageHandlerTy ErrorHandler, in createLinker() argument
|
H A D | DWARFLinkerGlobalData.h | 167 MessageHandlerTy ErrorHandler; global() variable
|
H A D | DWARFLinkerImpl.cpp | 22 DWARFLinkerImpl::DWARFLinkerImpl(MessageHandlerTy ErrorHandler, in DWARFLinkerImpl() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | yaml2obj.h | 67 using ErrorHandler = llvm::function_ref<void(const Twine &Msg)>; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/BTF/ |
H A D | BTFContext.cpp | 64 std::function<void(Error)> ErrorHandler) { in create()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
H A D | DIPrinter.h | 68 using ErrorHandler = function_ref<void(const ErrorInfoBase &, StringRef)>; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | ErrorHandling.cpp | 42 static fatal_error_handler_t ErrorHandler = nullptr; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | MinidumpEmitter.cpp | 231 ErrorHandler /*EH*/) { in yaml2minidump() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
H A D | DWARFLinker.h | 213 DWARFLinker(MessageHandlerTy ErrorHandler, MessageHandlerTy WarningHandler, in DWARFLinker() 783 MessageHandlerTy ErrorHandler = nullptr; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.h | 422 function_ref<void(Error)> ErrorHandler; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 548 ParsingState(struct LineTable * LT,uint64_t TableOffset,function_ref<void (Error)> ErrorHandler) ParsingState() argument
|