Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DSymbolRemappingReader.cpp30 auto ReportError = [&](Twine Msg) { in read() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCFragment.cpp104 bool ReportError, uint64_t &Val) { in getLabelOffset()
116 bool ReportError, uint64_t &Val) { in getSymbolOffsetImpl()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRPCExecutorProcessControl.h284 RPCEndpointT &EP, ErrorReporter ReportError) in OrcRPCExecutorProcessControlBase()
429 ErrorReporter ReportError; variable
DCore.h1363 ExecutionSession &setErrorReporter(ErrorReporter ReportError) { in setErrorReporter()
1656 ErrorReporter ReportError = logErrorsToStdErr; variable
DOrcRemoteTargetClient.h909 std::function<void(Error)> ReportError; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DLLVMConventionsChecker.cpp258 void ASTFieldVisitor::ReportError(QualType T) { in ReportError() function in ASTFieldVisitor
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_report.cpp194 void ReportError(const ErrorDescription &description) { in ReportError() function in __asan::ScopedInErrorReport
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp467 auto ReportError = [&](const Twine &TitleMsg) { in verifyDebugInfoAttribute() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
DOrcV2CBindings.cpp288 LLVMOrcExecutionSessionRef ES, LLVMOrcErrorReporterFunction ReportError, in LLVMOrcExecutionSessionSetErrorReporter()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DModule.cpp1100 void Module::ReportError(const char *format, ...) { in ReportError() function in Module
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DConfig.h58 enum class UnresolvedPolicy { ReportError, Warn, Ignore }; enumerator