Lines Matching refs:addInstruction
82 void addInstruction(uint8_t Opcode) { in addInstruction() function in llvm::FrameEntry
86 void addInstruction(uint8_t Opcode, uint64_t Operand1) { in addInstruction() function in llvm::FrameEntry
91 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() function in llvm::FrameEntry
118 addInstruction(Primary, Op1); in parseInstructions()
121 addInstruction(Primary, Op1, Data.getULEB128(Offset)); in parseInstructions()
133 addInstruction(Opcode); in parseInstructions()
137 addInstruction(Opcode, Data.getAddress(Offset)); in parseInstructions()
141 addInstruction(Opcode, Data.getU8(Offset)); in parseInstructions()
145 addInstruction(Opcode, Data.getU16(Offset)); in parseInstructions()
149 addInstruction(Opcode, Data.getU32(Offset)); in parseInstructions()
157 addInstruction(Opcode, Data.getULEB128(Offset)); in parseInstructions()
161 addInstruction(Opcode, Data.getSLEB128(Offset)); in parseInstructions()
173 addInstruction(Opcode, op1, op2); in parseInstructions()
183 addInstruction(Opcode, op1, op2); in parseInstructions()