/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
H A D | SimpleRemoteEPCServer.h | 83 void setErrorReporter(unique_function<void(Error)> ReportError) { in setErrorReporter() 136 void setErrorReporter(ReportErrorFunction ReportError) { in setErrorReporter() 186 ReportErrorFunction ReportError; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | SymbolRemappingReader.cpp | 31 auto ReportError = [&](Twine Msg) { in read() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCFragment.cpp | 104 getLabelOffset(const MCAsmLayout & Layout,const MCSymbol & S,bool ReportError,uint64_t & Val) getLabelOffset() argument 116 getSymbolOffsetImpl(const MCAsmLayout & Layout,const MCSymbol & S,bool ReportError,uint64_t & Val) getSymbolOffsetImpl() argument
|
/freebsd-src/libexec/atf/atf-pytest-wrapper/ |
H A D | atf_pytest_wrapper.cpp | 202 void ReportError() { in ReportError() function in Handler
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Module.h | 800 void ReportError(const char *format, Args &&...args) { in ReportError() function
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | LLVMConventionsChecker.cpp | 258 void ASTFieldVisitor::ReportError(QualType T) { in ReportError() function in ASTFieldVisitor
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 1513 setErrorReporter(ErrorReporter ReportError) setErrorReporter() argument 1792 ErrorReporter ReportError = logErrorsToStdErr; global() variable
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/interception/ |
H A D | interception_win.cpp | 157 # define ReportError(...) \ macro
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_report.cpp | 196 void ReportError(const ErrorDescription &description) { ReportError() function in __asan::ScopedInErrorReport [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 587 auto ReportError = [&](const Twine &TitleMsg) { verifyDebugInfoAttribute() local [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | Module.cpp | 1120 void Module::ReportError(const llvm::formatv_object_base &payload) { ReportError() function in Module
|
H A D | Debugger.cpp | 1551 void Debugger::ReportError(std::string message, ReportError() function in Debugger
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcV2CBindings.cpp | 308 LLVMOrcExecutionSessionSetErrorReporter(LLVMOrcExecutionSessionRef ES,LLVMOrcErrorReporterFunction ReportError,void * Ctx) LLVMOrcExecutionSessionSetErrorReporter() argument
|
/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | Config.h | 75 enum class UnresolvedPolicy { ReportError, Warn, Ignore }; enumerator
|