Home
last modified time | relevance | path

Searched defs:getMsg (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h288 const Twine &getMsg() const { return Msg; } in getMsg() function
318 const Twine &getMsg() const { return Msg; } in getMsg() function
1116 const Twine &getMsg() const { return Msg; } in getMsg() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp437 std::string DiagnosticInfoOptimizationBase::getMsg() const { in getMsg() function in DiagnosticInfoOptimizationBase