Searched defs:AsmWriterOperand (Results 1 – 1 of 1) sorted by relevance
26 struct AsmWriterOperand { struct27 enum OpType {54 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType() argument60 AsmWriterOperand(const std::string &Printer, unsigned _MIOpNo, argument66 bool operator!=(const AsmWriterOperand &Other) const { argument