Searched refs:getMsg (Results 1 – 8 of 8) sorted by relevance
132 DP << getMsg(); in print()138 DP << getMsg(); in print()283 DP << getLocationStr() << ": " << getMsg(); in print()437 std::string DiagnosticInfoOptimizationBase::getMsg() const { in getMsg() function in DiagnosticInfoOptimizationBase456 DP << getLocationStr() << ": " << getMsg(); in print()
288 const Twine &getMsg() const { return Msg; } in getMsg() function318 const Twine &getMsg() const { return Msg; } in getMsg() function566 std::string getMsg() const;1116 const Twine &getMsg() const { return Msg; } in getMsg() function
647 MsgStream << D.getMsg(); in EmitOptimizationMessage()751 Diags.Report(Loc, diag::warn_profile_data_misexpect) << D.getMsg().str(); in MisExpectDiagHandler()
950 LLVM_DEBUG(dbgs() << Rem.getMsg() << "\n"); in EmitAndPrintRemark()
793 reportFatalUsageError(Twine(R.getMsg())); in reportFastISelFailure()796 LLVM_DEBUG(dbgs() << R.getMsg() << "\n"); in reportFastISelFailure()
248 reportFatalUsageError(Twine(R.getMsg())); in reportGISelDiagnostic()
126 report_fatal_error(Twine(R.getMsg())); in INITIALIZE_PASS_DEPENDENCY()
3045 OS.indent(Depth) << "Report: " << Report->getMsg() << "\n"; in print()