Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDiagnosticInfo.cpp110 DP << getMsgStr(); in print()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDiagnosticInfo.cpp66 DP << getMsgStr(); in print()
/external/llvm/include/llvm/IR/
DDiagnosticInfo.h151 const Twine &getMsgStr() const { return MsgStr; } in getMsgStr() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDiagnosticInfo.h161 const Twine &getMsgStr() const { return MsgStr; } in getMsgStr() function
/external/clang/lib/CodeGen/
DCodeGenAction.cpp389 std::string Message = D.getMsgStr().str(); in InlineAsmDiagHandler()