Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp99 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 DiagnosticInfoOptimizationBase
413 DP << getLocationStr() << ": " << getMsg(); in print()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h259 const Twine &getMsg() const { return Msg; } in getMsg() function
288 const Twine &getMsg() const { return Msg; } in getMsg() function
481 std::string getMsg() const;
1047 const Twine &getMsg() const { return Msg; } in getMsg() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp710 MsgStream << D.getMsg(); in EmitOptimizationMessage()
816 Diags.Report(Loc, diag::warn_profile_data_misexpect) << D.getMsg().str(); in MisExpectDiagHandler()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp795 LLVM_DEBUG(dbgs() << Rem.getMsg() << "\n"); in EmitAndPrintRemark()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp262 report_fatal_error(Twine(R.getMsg())); in reportGISelDiagnostic()
H A DIRTranslator.cpp127 report_fatal_error(Twine(R.getMsg())); in INITIALIZE_PASS_DEPENDENCY()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp709 report_fatal_error(Twine(R.getMsg())); in reportFastISelFailure()
712 LLVM_DEBUG(dbgs() << R.getMsg() << "\n"); in reportFastISelFailure()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2973 OS.indent(Depth) << "Report: " << Report->getMsg() << "\n"; in print()