Home | History | Annotate | Download | only in DWARF

Lines Matching refs:addInstruction

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