Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp99 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 DiagnosticInfoOptimizationBase
417 DP << getLocationStr() << ": " << getMsg(); in print()
/freebsd/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/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp685 MsgStream << D.getMsg(); in EmitOptimizationMessage()
791 Diags.Report(Loc, diag::warn_profile_data_misexpect) << D.getMsg().str(); in MisExpectDiagHandler()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp848 LLVM_DEBUG(dbgs() << Rem.getMsg() << "\n"); in EmitAndPrintRemark()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp821 report_fatal_error(Twine(R.getMsg())); in reportFastISelFailure()
824 LLVM_DEBUG(dbgs() << R.getMsg() << "\n"); in reportFastISelFailure()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp264 report_fatal_error(Twine(R.getMsg())); in reportGISelDiagnostic()
H A DIRTranslator.cpp128 report_fatal_error(Twine(R.getMsg())); in INITIALIZE_PASS_DEPENDENCY()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp3038 OS.indent(Depth) << "Report: " << Report->getMsg() << "\n"; in print()