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

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterInst.h25 struct AsmWriterOperand { struct in namespace:llvm
53 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} function in struct:llvm::AsmWriterOperand
55 AsmWriterOperand(const std::string &LitStr, function in struct:llvm::AsmWriterOperand
59 AsmWriterOperand(const std::string &Printer, unsigned _MIOpNo, function in struct:llvm::AsmWriterOperand

Completed in 138 milliseconds