Searched defs:ErrorHandler (Results 1 – 14 of 14) sorted by relevance
140 struct ErrorHandler { global() struct 146 p2_ErrorHandler global() argument 148 func_name_ErrorHandler func_name_() argument 153 reportErrorHandler report() argument 171 report_implErrorHandler report_impl() argument 190 reportErrorHandler report() argument 230 reportErrorHandler global() argument 231 operatorErrorHandler global() argument
17 DWARFLinker::createLinker(MessageHandlerTy ErrorHandler, in createLinker()
152 MessageHandlerTy ErrorHandler; variable
22 DWARFLinkerImpl::DWARFLinkerImpl(MessageHandlerTy ErrorHandler, in DWARFLinkerImpl()
63 using ErrorHandler = llvm::function_ref<void(const Twine &Msg)>; global() variable [all...]
64 std::function<void(Error)> ErrorHandler) { in create() argument
68 using ErrorHandler = function_ref<void(const ErrorInfoBase &, StringRef)>; variable
42 static fatal_error_handler_t ErrorHandler = nullptr; variable
231 ErrorHandler /*EH*/) { in yaml2minidump() argument
422 function_ref<void(Error)> ErrorHandler; member
564 function_ref<void(Error)> ErrorHandler) in ParsingState()