Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DHugifyRuntimeLibrary.cpp100 outs() << "BOLT-ERROR: RTDyld failed: " << RTDyld.getErrorString() << "\n"; in link()
H A DInstrumentationRuntimeLibrary.cpp201 outs() << "BOLT-ERROR: RTDyld failed: " << RTDyld.getErrorString() << "\n"; in link()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp122 report_fatal_error(Dyld.getErrorString()); in addObjectFile()
228 report_fatal_error(Dyld.getErrorString()); in generateCodeForModule()
246 ErrMsg = Dyld.getErrorString().str(); in finalizeLoadedModules()
/llvm-project-15.0.7/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp452 ErrorAndExit(Dyld.getErrorString()); in printLineInfoForInput()
582 ErrorAndExit(Dyld.getErrorString()); in executeInput()
988 ErrorAndExit(Dyld.getErrorString()); in linkAndVerify()
1006 Dyld.getErrorString()); in linkAndVerify()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h253 StringRef getErrorString();
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1414 StringRef RuntimeDyld::getErrorString() { return Dyld->getErrorString(); } in getErrorString() function in llvm::RuntimeDyld
1468 make_error<StringError>(RTDyld.getErrorString(), in jitLinkForORC()
H A DRuntimeDyldImpl.h564 StringRef getErrorString() { return ErrorStr; } in getErrorString() function
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp148 llvm::StringRef getErrorString() { return m_error_stream.GetString(); } in getErrorString() function in ClangExpressionParser::LLDBPreprocessorCallbacks
1195 m_pp_callbacks->getErrorString()); in ParseInternal()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3156 errs() << "BOLT-ERROR: RTDyld failed: " << RTDyld->getErrorString() << "\n"; in emitAndLink()