Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DAsmWriterInst.h27 struct AsmWriterOperand { struct
28 enum OpType {
57 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType() argument
63 AsmWriterOperand(const std::string &Printer, argument
71 bool operator!=(const AsmWriterOperand &Other) const { argument