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.h259 const Twine &getMsg() const { return Msg; } in getMsg() function
288 const Twine &getMsg() const { return Msg; } in getMsg() function
1047 const Twine &getMsg() const { return Msg; } in getMsg() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp398 std::string DiagnosticInfoOptimizationBase::getMsg() const { in getMsg() function in DiagnosticInfoOptimizationBase