Home
last modified time | relevance | path

Searched refs:getErrorString (Results 1 – 14 of 14) sorted by relevance

/freebsd-14-stable/contrib/opencsd/decoder/source/
HDocsd_error_logger.cpp113 errStr += " : " + ocsdError::getErrorString(Error); in LogError()
HDocsd_error.cpp182 const std::string ocsdError::getErrorString(const ocsdError &error) in getErrorString() function in ocsdError
/freebsd-14-stable/contrib/opencsd/decoder/include/common/
HDocsd_error.h82 …static const std::string getErrorString(const ocsdError &error); /**< Generate a formatted error…
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
HDMCJIT.cpp122 report_fatal_error(Dyld.getErrorString()); in addObjectFile()
228 report_fatal_error(Dyld.getErrorString()); in generateCodeForModule()
246 ErrMsg = Dyld.getErrorString().str(); in finalizeLoadedModules()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
HDllvm-rtdyld.cpp452 ErrorAndExit(Dyld.getErrorString()); in printLineInfoForInput()
582 ErrorAndExit(Dyld.getErrorString()); in executeInput()
997 ErrorAndExit(Dyld.getErrorString()); in linkAndVerify()
1015 Dyld.getErrorString()); in linkAndVerify()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_buffer_queue.h179 static const char *getErrorString(ErrorCode E) { in getErrorString() function
HDxray_profiling.cpp412 BufferQueue::getErrorString(InitStatus)); in profilingLoggingInit()
HDxray_fdr_logging.cpp697 TLD.Buffer.Data, BufferQueue::getErrorString(EC)); in fdrLoggingInit()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDRuntimeDyld.h252 StringRef getErrorString();
/freebsd-14-stable/contrib/opencsd/decoder/source/c_api/
HDocsd_c_api.cpp492 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-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp1409 StringRef RuntimeDyld::getErrorString() { return Dyld->getErrorString(); } in getErrorString() function in llvm::RuntimeDyld
1463 make_error<StringError>(RTDyld.getErrorString(), in jitLinkForORC()
HDRuntimeDyldImpl.h574 StringRef getErrorString() { return ErrorStr; } in getErrorString() function
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-cov/
HDCodeCoverage.cpp196 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-14-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExpressionParser.cpp146 llvm::StringRef getErrorString() { return m_error_stream.GetString(); } in getErrorString() function in ClangExpressionParser::LLDBPreprocessorCallbacks
1170 m_pp_callbacks->getErrorString()); in ParseInternal()