Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h83 void setErrorReporter(unique_function<void(Error)> ReportError) { in setErrorReporter()
136 void setErrorReporter(ReportErrorFunction ReportError) { in setErrorReporter()
186 ReportErrorFunction ReportError; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DSymbolRemappingReader.cpp31 auto ReportError = [&](Twine Msg) { in read() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp104 bool ReportError, uint64_t &Val) { in getLabelOffset()
116 bool ReportError, uint64_t &Val) { in getSymbolOffsetImpl()
/freebsd-14.2/libexec/atf/atf-pytest-wrapper/
H A Datf_pytest_wrapper.cpp202 void ReportError() { in ReportError() function in Handler
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h800 void ReportError(const char *format, Args &&...args) { in ReportError() function
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp258 void ASTFieldVisitor::ReportError(QualType T) { in ReportError() function in ASTFieldVisitor
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1513 ExecutionSession &setErrorReporter(ErrorReporter ReportError) { in setErrorReporter()
1792 ErrorReporter ReportError = logErrorsToStdErr; variable
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp196 void ReportError(const ErrorDescription &description) { in ReportError() function in __asan::ScopedInErrorReport
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp157 # define ReportError(...) \ macro
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp587 auto ReportError = [&](const Twine &TitleMsg) { in verifyDebugInfoAttribute() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1120 void Module::ReportError(const llvm::formatv_object_base &payload) { in ReportError() function in Module
H A DDebugger.cpp1551 void Debugger::ReportError(std::string message, in ReportError() function in Debugger
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp308 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError, in LLVMOrcExecutionSessionSetErrorReporter()
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DConfig.h75 enum class UnresolvedPolicy { ReportError, Warn, Ignore }; enumerator