Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
HDllvm-rtdyld.cpp402 ErrorAndExit(Dyld.getErrorString()); in printLineInfoForInput()
531 ErrorAndExit(Dyld.getErrorString()); in executeInput()
932 ErrorAndExit(Dyld.getErrorString()); in linkAndVerify()
950 Dyld.getErrorString()); in linkAndVerify()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_buffer_queue.h179 static const char *getErrorString(ErrorCode E) { in getErrorString() function
HDxray_profiling.cpp415 BufferQueue::getErrorString(InitStatus)); in profilingLoggingInit()
HDxray_fdr_logging.cpp700 TLD.Buffer.Data, BufferQueue::getErrorString(EC)); in fdrLoggingInit()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDRuntimeDyld.h235 StringRef getErrorString();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
HDMCJIT.cpp119 report_fatal_error(Dyld.getErrorString()); in addObjectFile()
226 report_fatal_error(Dyld.getErrorString()); in generateCodeForModule()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
HDCodeCoverage.cpp165 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-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp1371 StringRef RuntimeDyld::getErrorString() { return Dyld->getErrorString(); } in getErrorString() function in llvm::RuntimeDyld
1422 OnEmitted(make_error<StringError>(RTDyld.getErrorString(), in jitLinkForORC()
HDRuntimeDyldImpl.h566 StringRef getErrorString() { return ErrorStr; } in getErrorString() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDRTDyldObjectLinkingLayer.h260 return make_error<StringError>(PFC->RTDyld->getErrorString(), in finalize()
/freebsd-11-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
1034 m_pp_callbacks->getErrorString()); in ParseInternal()