Searched defs:AsmWriterOperand (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DAsmWriterInst.h27 struct AsmWriterOperand { struct in namespace:llvm
62 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} function in struct:llvm::AsmWriterOperand
64 AsmWriterOperand(const std::string &LitStr, function in struct:llvm::AsmWriterOperand
68 AsmWriterOperand(const std::string &Printer, function in struct:llvm::AsmWriterOperand
77 bool operator!=(const AsmWriterOperand &Other) const {
83 bool operator==(const AsmWriterOperand &Other) const {
93 std::vector<AsmWriterOperand> Operands;
109 Operands.back().OperandType == AsmWriterOperand::isLiteralTextOperand)
112 Operands.push_back(AsmWriterOperand(Str));

Completed in 369 milliseconds