Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSymbolRemappingReader.cpp31 auto ReportError = [&](Twine Msg) { in read() local
/openbsd-src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-expression-fuzzer/
H A Dlldb-expression-fuzzer.cpp40 void ReportError(llvm::StringRef message) { in ReportError() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCFragment.cpp104 bool ReportError, uint64_t &Val) { in getLabelOffset()
116 bool ReportError, uint64_t &Val) { in getSymbolOffsetImpl()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModule.h846 void ReportError(const char *format, Args &&...args) { in ReportError() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp258 void ASTFieldVisitor::ReportError(QualType T) { in ReportError() function in ASTFieldVisitor
/openbsd-src/gnu/llvm/lld/wasm/
H A DConfig.h26 enum class UnresolvedPolicy { ReportError, Warn, Ignore, ImportDynamic }; enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1485 ExecutionSession &setErrorReporter(ErrorReporter ReportError) { in setErrorReporter()
1762 ErrorReporter ReportError = logErrorsToStdErr; variable
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_report.cpp196 void ReportError(const ErrorDescription &description) { in ReportError() function in __asan::ScopedInErrorReport
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp572 auto ReportError = [&](const Twine &TitleMsg) { in verifyDebugInfoAttribute() local
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModule.cpp1170 void Module::ReportError(const llvm::formatv_object_base &payload) { in ReportError() function in Module
H A DDebugger.cpp1403 void Debugger::ReportError(std::string message, in ReportError() function in Debugger
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp338 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError, in LLVMOrcExecutionSessionSetErrorReporter()
/openbsd-src/gnu/llvm/lld/ELF/
H A DConfig.h70 enum class UnresolvedPolicy { ReportError, Warn, Ignore }; enumerator