/freebsd/contrib/opencsd/decoder/include/common/ |
H A D | ocsd_error.h | 82 …static const std::string getErrorString(const ocsdError &error); /**< Generate a formatted error…
|
/freebsd/contrib/opencsd/decoder/source/ |
H A D | ocsd_error_logger.cpp | 113 errStr += " : " + ocsdError::getErrorString(Error); in LogError()
|
H A D | ocsd_error.cpp | 182 const std::string ocsdError::getErrorString(const ocsdError &error) in getErrorString() function in ocsdError
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 122 report_fatal_error(Dyld.getErrorString()); in addObjectFile() 228 report_fatal_error(Dyld.getErrorString()); in generateCodeForModule() 246 ErrMsg = Dyld.getErrorString().str(); in finalizeLoadedModules()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 452 ErrorAndExit(Dyld.getErrorString()); in printLineInfoForInput() 582 ErrorAndExit(Dyld.getErrorString()); in executeInput() 997 ErrorAndExit(Dyld.getErrorString()); in linkAndVerify() 1015 Dyld.getErrorString()); in linkAndVerify()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_buffer_queue.h | 179 static const char *getErrorString(ErrorCode E) { in getErrorString() function
|
H A D | xray_profiling.cpp | 412 BufferQueue::getErrorString(InitStatus)); in profilingLoggingInit()
|
H A D | xray_fdr_logging.cpp | 697 TLD.Buffer.Data, BufferQueue::getErrorString(EC)); in fdrLoggingInit()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | RuntimeDyld.h | 252 StringRef getErrorString();
|
/freebsd/contrib/opencsd/decoder/source/c_api/ |
H A D | ocsd_c_api.cpp | 492 err_str = ocsdError::getErrorString(ocsdError(OCSD_ERR_SEV_ERROR, err)); in ocsd_err_str() 508 err_str = p_err->getErrorString(ocsdError(p_err)); in ocsd_get_last_err()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 1409 StringRef RuntimeDyld::getErrorString() { return Dyld->getErrorString(); } in getErrorString() function in llvm::RuntimeDyld 1463 make_error<StringError>(RTDyld.getErrorString(), in jitLinkForORC()
|
H A D | RuntimeDyldImpl.h | 574 StringRef getErrorString() { return ErrorStr; } in getErrorString() function
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CodeCoverage.cpp | 196 static std::string getErrorString(const Twine &Message, StringRef Whence, in getErrorString() function 209 << getErrorString(Message, Whence, false); in error() 215 << getErrorString(Message, Whence, true); in warning()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionParser.cpp | 146 llvm::StringRef getErrorString() { return m_error_stream.GetString(); } in getErrorString() function in ClangExpressionParser::LLDBPreprocessorCallbacks 1170 m_pp_callbacks->getErrorString()); in ParseInternal()
|