Lines Matching defs:InstructionTemplate
25 struct InstructionTemplate {
26 InstructionTemplate(const Instruction *Instr);
28 InstructionTemplate(const InstructionTemplate &); // default
29 InstructionTemplate &operator=(const InstructionTemplate &); // default
30 InstructionTemplate(InstructionTemplate &&); // default
31 InstructionTemplate &operator=(InstructionTemplate &&); // default
47 // Builds an MCInst from this InstructionTemplate setting its operands
131 std::vector<InstructionTemplate> Instructions;