Searched refs:getErrorString (Results 1 – 13 of 13) sorted by relevance
100 outs() << "BOLT-ERROR: RTDyld failed: " << RTDyld.getErrorString() << "\n"; in link()
201 outs() << "BOLT-ERROR: RTDyld failed: " << RTDyld.getErrorString() << "\n"; in link()
122 report_fatal_error(Dyld.getErrorString()); in addObjectFile()228 report_fatal_error(Dyld.getErrorString()); in generateCodeForModule()246 ErrMsg = Dyld.getErrorString().str(); in finalizeLoadedModules()
452 ErrorAndExit(Dyld.getErrorString()); in printLineInfoForInput()582 ErrorAndExit(Dyld.getErrorString()); in executeInput()988 ErrorAndExit(Dyld.getErrorString()); in linkAndVerify()1006 Dyld.getErrorString()); in linkAndVerify()
179 static const char *getErrorString(ErrorCode E) { in getErrorString() function
415 BufferQueue::getErrorString(InitStatus)); in profilingLoggingInit()
699 TLD.Buffer.Data, BufferQueue::getErrorString(EC)); in fdrLoggingInit()
253 StringRef getErrorString();
1414 StringRef RuntimeDyld::getErrorString() { return Dyld->getErrorString(); } in getErrorString() function in llvm::RuntimeDyld1468 make_error<StringError>(RTDyld.getErrorString(), in jitLinkForORC()
564 StringRef getErrorString() { return ErrorStr; } in getErrorString() function
184 static std::string getErrorString(const Twine &Message, StringRef Whence, in getErrorString() function197 << getErrorString(Message, Whence, false); in error()203 << getErrorString(Message, Whence, true); in warning()
148 llvm::StringRef getErrorString() { return m_error_stream.GetString(); } in getErrorString() function in ClangExpressionParser::LLDBPreprocessorCallbacks1195 m_pp_callbacks->getErrorString()); in ParseInternal()
3156 errs() << "BOLT-ERROR: RTDyld failed: " << RTDyld->getErrorString() << "\n"; in emitAndLink()