Searched defs:AsmWriterOperand (Results 1 – 1 of 1) sorted by relevance
27 struct AsmWriterOperand { struct28 enum OpType {57 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType() argument63 AsmWriterOperand(const std::string &Printer, argument71 bool operator!=(const AsmWriterOperand &Other) const { argument