Home
last modified time | relevance | path

Searched defs:ReportError (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h72 void setErrorReporter(unique_function<void(Error)> ReportError) { in setErrorReporter()
123 void setErrorReporter(ReportErrorFunction ReportError) { in setErrorReporter()
172 ReportErrorFunction ReportError; variable
/llvm-project-15.0.7/llvm/lib/Support/
H A DSymbolRemappingReader.cpp31 auto ReportError = [&](Twine Msg) { in read() local
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCFragment.cpp104 bool ReportError, uint64_t &Val) { in getLabelOffset()
116 bool ReportError, uint64_t &Val) { in getSymbolOffsetImpl()
/llvm-project-15.0.7/lld/wasm/
H A DConfig.h21 enum class UnresolvedPolicy { ReportError, Warn, Ignore, ImportDynamic }; enumerator
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp258 void ASTFieldVisitor::ReportError(QualType T) { in ReportError() function in ASTFieldVisitor
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1470 ExecutionSession &setErrorReporter(ErrorReporter ReportError) { in setErrorReporter()
1747 ErrorReporter ReportError = logErrorsToStdErr; variable
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_report.cpp196 void ReportError(const ErrorDescription &description) { in ReportError() function in __asan::ScopedInErrorReport
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp573 auto ReportError = [&](const Twine &TitleMsg) { in verifyDebugInfoAttribute() local
/llvm-project-15.0.7/lldb/source/Core/
H A DModule.cpp1168 void Module::ReportError(const char *format, ...) { in ReportError() function in Module
H A DDebugger.cpp1401 void Debugger::ReportError(std::string message, in ReportError() function in Debugger
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp338 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError, in LLVMOrcExecutionSessionSetErrorReporter()
/llvm-project-15.0.7/lld/ELF/
H A DConfig.h65 enum class UnresolvedPolicy { ReportError, Warn, Ignore }; enumerator