Home
last modified time | relevance | path

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

/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
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp391 std::string DiagnosticInfoOptimizationBase::getMsg() const { in getMsg() function in DiagnosticInfoOptimizationBase