Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/opencsd/decoder/include/common/
H A Docsd_error.h82 …static const std::string getErrorString(const ocsdError &error); /**< Generate a formatted error…
/freebsd-13.1/contrib/opencsd/decoder/source/
H A Docsd_error_logger.cpp113 errStr += " : " + ocsdError::getErrorString(Error); in LogError()
H A Docsd_error.cpp182 const std::string ocsdError::getErrorString(const ocsdError &error) in getErrorString() function in ocsdError
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp121 report_fatal_error(Dyld.getErrorString()); in addObjectFile()
228 report_fatal_error(Dyld.getErrorString()); in generateCodeForModule()
246 ErrMsg = Dyld.getErrorString().str(); in finalizeLoadedModules()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp404 ErrorAndExit(Dyld.getErrorString()); in printLineInfoForInput()
533 ErrorAndExit(Dyld.getErrorString()); in executeInput()
939 ErrorAndExit(Dyld.getErrorString()); in linkAndVerify()
957 Dyld.getErrorString()); in linkAndVerify()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.h179 static const char *getErrorString(ErrorCode E) { in getErrorString() function
H A Dxray_profiling.cpp415 BufferQueue::getErrorString(InitStatus)); in profilingLoggingInit()
H A Dxray_fdr_logging.cpp699 TLD.Buffer.Data, BufferQueue::getErrorString(EC)); in fdrLoggingInit()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h239 StringRef getErrorString();
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1383 StringRef RuntimeDyld::getErrorString() { return Dyld->getErrorString(); } in getErrorString() function in llvm::RuntimeDyld
1437 make_error<StringError>(RTDyld.getErrorString(), in jitLinkForORC()
H A DRuntimeDyldImpl.h564 StringRef getErrorString() { return ErrorStr; } in getErrorString() function
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp184 static std::string getErrorString(const Twine &Message, StringRef Whence, in getErrorString() function
197 << getErrorString(Message, Whence, false); in error()
203 << getErrorString(Message, Whence, true); in warning()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp147 llvm::StringRef getErrorString() { return m_error_stream.GetString(); } in getErrorString() function in ClangExpressionParser::LLDBPreprocessorCallbacks
1192 m_pp_callbacks->getErrorString()); in ParseInternal()