Searched defs:AsmWriterOperand (Results 1 - 1 of 1) sorted by relevance
/external/llvm/utils/TableGen/ | ||
H A D | AsmWriterInst.h | 27 struct AsmWriterOperand { struct in namespace:llvm 57 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} function in struct:llvm::AsmWriterOperand 59 AsmWriterOperand(const std::string &LitStr, function in struct:llvm::AsmWriterOperand 63 AsmWriterOperand(const std::string &Printer, function in struct:llvm::AsmWriterOperand 71 bool operator!=(const AsmWriterOperand &Other) const { 77 bool operator==(const AsmWriterOperand &Other) const { 87 std::vector<AsmWriterOperand> Operands; 105 Operands.back().OperandType == AsmWriterOperand::isLiteralTextOperand) 108 Operands.push_back(AsmWriterOperand(Str)); |
Completed in 402 milliseconds