Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDiagnosticInfo.cpp63 DP << getMsgStr(); in print()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDiagnosticInfo.h173 const Twine &getMsgStr() const { return MsgStr; } in getMsgStr() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp601 std::string Message = D.getMsgStr().str(); in InlineAsmDiagHandler()