Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp96 DP << getMsg(); in print()
102 DP << getMsg(); in print()
240 DP << getLocationStr() << ": " << getMsg(); in print()
391 std::string DiagnosticInfoOptimizationBase::getMsg() const { in getMsg() function in DiagnosticInfoOptimizationBase
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h309 const Twine &getMsg() const { return Msg; } in getMsg() function
338 const Twine &getMsg() const { return Msg; } in getMsg() function
476 std::string getMsg() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp239 report_fatal_error(R.getMsg()); in reportGISelDiagnostic()
H A DIRTranslator.cpp117 report_fatal_error(R.getMsg()); in INITIALIZE_PASS_DEPENDENCY()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp678 MsgStream << D.getMsg(); in EmitOptimizationMessage()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2219 OS.indent(Depth) << "Report: " << Report->getMsg() << "\n"; in print()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp702 report_fatal_error(R.getMsg()); in reportFastISelFailure()