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.cpp53 DP << getMsgStr(); in print()
57 DP << getLocationStr() << ": " << getMsgStr(); in print()
79 DP << getMsgStr(); in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h159 const Twine &getMsgStr() const { return MsgStr; } in getMsgStr() function
200 const Twine &getMsgStr() const { return MsgStr; } in getMsgStr() function
402 const Twine &getMsgStr() const { return MsgStr; } in getMsgStr() function
429 const Twine &getMsgStr() const { return MsgStr; } in getMsgStr() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp489 std::string Message = D.getMsgStr().str(); in InlineAsmDiagHandler()