Searched refs:getMsg (Results 1 – 7 of 7) sorted by relevance
90 DP << getMsg(); in print()96 DP << getMsg(); in print()234 DP << getLocationStr() << ": " << getMsg(); in print()385 std::string DiagnosticInfoOptimizationBase::getMsg() const { in getMsg() function in DiagnosticInfoOptimizationBase404 DP << getLocationStr() << ": " << getMsg(); in print()
315 const Twine &getMsg() const { return Msg; } in getMsg() function344 const Twine &getMsg() const { return Msg; } in getMsg() function482 std::string getMsg() const;1048 const Twine &getMsg() const { return Msg; } in getMsg() function
740 MsgStream << D.getMsg(); in EmitOptimizationMessage()846 Diags.Report(Loc, diag::warn_profile_data_misexpect) << D.getMsg().str(); in MisExpectDiagHandler()
255 report_fatal_error(Twine(R.getMsg())); in reportGISelDiagnostic()
120 report_fatal_error(Twine(R.getMsg())); in INITIALIZE_PASS_DEPENDENCY()
658 report_fatal_error(Twine(R.getMsg())); in reportFastISelFailure()661 LLVM_DEBUG(dbgs() << R.getMsg() << "\n"); in reportFastISelFailure()
2589 OS.indent(Depth) << "Report: " << Report->getMsg() << "\n"; in print()