| /freebsd-12.1/contrib/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 328 ErrorAndExit(Dyld.getErrorString()); in printLineInfoForInput() 451 ErrorAndExit(Dyld.getErrorString()); in executeInput() 723 ErrorAndExit(Dyld.getErrorString()); in linkAndVerify() 740 Dyld.getErrorString()); in linkAndVerify()
|
| /freebsd-12.1/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-12.1/contrib/opencsd/decoder/source/ |
| H A D | ocsd_error_logger.cpp | 113 errStr += " : " + ocsdError::getErrorString(Error); in LogError()
|
| H A D | ocsd_error.cpp | 180 const std::string ocsdError::getErrorString(const ocsdError &error) in getErrorString() function in ocsdError
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/ |
| H A D | RuntimeDyld.h | 218 StringRef getErrorString();
|
| /freebsd-12.1/contrib/compiler-rt/lib/xray/ |
| H A D | xray_buffer_queue.h | 180 static const char *getErrorString(ErrorCode E) { in getErrorString() function
|
| H A D | xray_profiling.cc | 416 BufferQueue::getErrorString(InitStatus)); in profilingLoggingInit()
|
| H A D | xray_fdr_logging.cc | 701 TLD.Buffer.Data, BufferQueue::getErrorString(EC)); in fdrLoggingInit()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 120 report_fatal_error(Dyld.getErrorString()); in addObjectFile() 227 report_fatal_error(Dyld.getErrorString()); in generateCodeForModule()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-cov/ |
| H A D | CodeCoverage.cpp | 165 static std::string getErrorString(const Twine &Message, StringRef Whence, in getErrorString() function 178 << getErrorString(Message, Whence, false); in error() 184 << getErrorString(Message, Whence, true); in warning()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 1302 StringRef RuntimeDyld::getErrorString() { return Dyld->getErrorString(); } in getErrorString() function in llvm::RuntimeDyld 1343 OnEmitted(make_error<StringError>(RTDyld.getErrorString(), in jitLinkForORC()
|
| H A D | RuntimeDyldImpl.h | 559 StringRef getErrorString() { return ErrorStr; } in getErrorString() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayer.h | 246 return make_error<StringError>(PFC->RTDyld->getErrorString(), in finalize()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 136 llvm::StringRef getErrorString() { return m_error_stream.GetString(); } in getErrorString() function in ClangExpressionParser::LLDBPreprocessorCallbacks 913 m_pp_callbacks->getErrorString()); in ParseInternal()
|