Searched defs:getMsg (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | DiagnosticInfo.h | 259 const Twine &getMsg() const { return Msg; } getMsg() function |
/llvm-project/llvm/lib/IR/ | ||
H A D | DiagnosticInfo.cpp | 398 std::string DiagnosticInfoOptimizationBase::getMsg() const { getMsg() function in DiagnosticInfoOptimizationBase |