Searched refs:getMsg (Results 1 – 8 of 8) sorted by relevance
99 DP << getMsg(); in print()105 DP << getMsg(); in print()243 DP << getLocationStr() << ": " << getMsg(); in print()394 std::string DiagnosticInfoOptimizationBase::getMsg() const { in getMsg() function in DiagnosticInfoOptimizationBase413 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
710 MsgStream << D.getMsg(); in EmitOptimizationMessage()816 Diags.Report(Loc, diag::warn_profile_data_misexpect) << D.getMsg().str(); in MisExpectDiagHandler()
795 LLVM_DEBUG(dbgs() << Rem.getMsg() << "\n"); in EmitAndPrintRemark()
262 report_fatal_error(Twine(R.getMsg())); in reportGISelDiagnostic()
127 report_fatal_error(Twine(R.getMsg())); in INITIALIZE_PASS_DEPENDENCY()
709 report_fatal_error(Twine(R.getMsg())); in reportFastISelFailure()712 LLVM_DEBUG(dbgs() << R.getMsg() << "\n"); in reportFastISelFailure()
2973 OS.indent(Depth) << "Report: " << Report->getMsg() << "\n"; in print()