Home
last modified time | relevance | path

Searched refs:getMsg (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DDiagnosticInfo.cpp90 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 DiagnosticInfoOptimizationBase
404 DP << getLocationStr() << ": " << getMsg(); in print()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDiagnosticInfo.h315 const Twine &getMsg() const { return Msg; } in getMsg() function
344 const Twine &getMsg() const { return Msg; } in getMsg() function
482 std::string getMsg() const;
1048 const Twine &getMsg() const { return Msg; } in getMsg() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp740 MsgStream << D.getMsg(); in EmitOptimizationMessage()
846 Diags.Report(Loc, diag::warn_profile_data_misexpect) << D.getMsg().str(); in MisExpectDiagHandler()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp255 report_fatal_error(Twine(R.getMsg())); in reportGISelDiagnostic()
H A DIRTranslator.cpp120 report_fatal_error(Twine(R.getMsg())); in INITIALIZE_PASS_DEPENDENCY()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp658 report_fatal_error(Twine(R.getMsg())); in reportFastISelFailure()
661 LLVM_DEBUG(dbgs() << R.getMsg() << "\n"); in reportFastISelFailure()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2589 OS.indent(Depth) << "Report: " << Report->getMsg() << "\n"; in print()