Searched defs:ReportError (Results 1 – 11 of 11) sorted by relevance
30 auto ReportError = [&](Twine Msg) { in read() local
104 bool ReportError, uint64_t &Val) { in getLabelOffset()116 bool ReportError, uint64_t &Val) { in getSymbolOffsetImpl()
284 RPCEndpointT &EP, ErrorReporter ReportError) in OrcRPCExecutorProcessControlBase()429 ErrorReporter ReportError; variable
1363 ExecutionSession &setErrorReporter(ErrorReporter ReportError) { in setErrorReporter()1656 ErrorReporter ReportError = logErrorsToStdErr; variable
909 std::function<void(Error)> ReportError; variable
258 void ASTFieldVisitor::ReportError(QualType T) { in ReportError() function in ASTFieldVisitor
194 void ReportError(const ErrorDescription &description) { in ReportError() function in __asan::ScopedInErrorReport
467 auto ReportError = [&](const Twine &TitleMsg) { in verifyDebugInfoAttribute() local
288 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError, in LLVMOrcExecutionSessionSetErrorReporter()
1100 void Module::ReportError(const char *format, ...) { in ReportError() function in Module
58 enum class UnresolvedPolicy { ReportError, Warn, Ignore }; enumerator