Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDiagnosticInfo.cpp107 DP << getMsgStr(); in print()
/external/llvm/include/llvm/IR/
DDiagnosticInfo.h135 const Twine &getMsgStr() const { return MsgStr; } in getMsgStr() function
/external/clang/lib/CodeGen/
DCodeGenAction.cpp381 std::string Message = D.getMsgStr().str(); in InlineAsmDiagHandler()