Searched refs:getMsg (Results 1 – 8 of 8) sorted by relevance
99 DP << getMsg(); in print()105 DP << getMsg(); in print()247 DP << getLocationStr() << ": " << getMsg(); in print()398 std::string DiagnosticInfoOptimizationBase::getMsg() const { in getMsg() function in DiagnosticInfoOptimizationBase417 DP << getLocationStr() << ": " << getMsg(); in print()
259 const Twine &getMsg() const { return Msg; } in getMsg() function288 const Twine &getMsg() const { return Msg; } in getMsg() function481 std::string getMsg() const;1047 const Twine &getMsg() const { return Msg; } in getMsg() function
685 MsgStream << D.getMsg(); in EmitOptimizationMessage()791 Diags.Report(Loc, diag::warn_profile_data_misexpect) << D.getMsg().str(); in MisExpectDiagHandler()
848 LLVM_DEBUG(dbgs() << Rem.getMsg() << "\n"); in EmitAndPrintRemark()
821 report_fatal_error(Twine(R.getMsg())); in reportFastISelFailure()824 LLVM_DEBUG(dbgs() << R.getMsg() << "\n"); in reportFastISelFailure()
264 report_fatal_error(Twine(R.getMsg())); in reportGISelDiagnostic()
128 report_fatal_error(Twine(R.getMsg())); in INITIALIZE_PASS_DEPENDENCY()
3038 OS.indent(Depth) << "Report: " << Report->getMsg() << "\n"; in print()