Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterInst.h25 struct AsmWriterOperand { struct
26 enum OpType {
53 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType() argument
59 AsmWriterOperand(const std::string &Printer, unsigned _MIOpNo, argument
65 bool operator!=(const AsmWriterOperand &Other) const { argument