Home
last modified time | relevance | path

Searched refs:getMsgStr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp64 DP << getMsgStr(); in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h173 const Twine &getMsgStr() const { return MsgStr; } in getMsgStr() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp527 std::string Message = D.getMsgStr().str(); in InlineAsmDiagHandler()