Home
last modified time | relevance | path

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

/llvm-project/libcxx/src/filesystem/
H A Derror.h138 struct ErrorHandler { global() struct
144 p2_ErrorHandler global() argument
145 func_name_ErrorHandler func_name_() argument
150 reportErrorHandler report() argument
168 report_implErrorHandler report_impl() argument
186 reportErrorHandler report() argument
224 reportErrorHandler global() argument
225 operatorErrorHandler global() argument
/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.cpp22 DWARFLinkerImpl::DWARFLinkerImpl(MessageHandlerTy ErrorHandler, in DWARFLinkerImpl()
/llvm-project/llvm/include/llvm/ObjectYAML/
H A Dyaml2obj.h67 using ErrorHandler = llvm::function_ref<void(const Twine &Msg)>; variable
/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFContext.cpp64 std::function<void(Error)> ErrorHandler) { in create()
/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h68 using ErrorHandler = std::function<void(const ErrorInfoBase &, StringRef)>; variable
/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp42 static fatal_error_handler_t ErrorHandler = nullptr; global() variable
/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp231 yaml2minidump(MinidumpYAML::Object & Obj,raw_ostream & Out,ErrorHandler) yaml2minidump() argument
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h213 DWARFLinker(MessageHandlerTy ErrorHandler, MessageHandlerTy WarningHandler, in DWARFLinker()
783 MessageHandlerTy ErrorHandler = nullptr; variable
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h422 function_ref<void(Error)> ErrorHandler; global() member
/llvm-project/llvm/unittests/Support/
H A DErrorTest.cpp1147 auto ErrorHandler = [](void *Data, const char *, bool) {}; in TEST() local
1160 auto ErrorHandler = [](void *Data, const char *, bool) {}; in TEST() local
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp564 : LineTable(LT), LineTableOffset(TableOffset), ErrorHandler(ErrorHandler) { in ParsingState() argument
/llvm-project/flang/lib/Semantics/
H A Dresolve-labels.cpp580 SemanticsContext &ErrorHandler() { return context_; } ErrorHandler() function in Fortran::semantics::ParseTreeAnalyzer