Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Derror.h140 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
/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.cpp22 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.h63 using ErrorHandler = llvm::function_ref<void(const Twine &Msg)>; global() variable
[all...]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFContext.cpp64 std::function<void(Error)> ErrorHandler) { in create() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DDIPrinter.h68 using ErrorHandler = function_ref<void(const ErrorInfoBase &, StringRef)>; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp42 static fatal_error_handler_t ErrorHandler = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp231 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.h422 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()