Home | History | Annotate | Download | only in DWARF

Lines Matching refs:addInstruction

55         addInstruction(Primary, Op1);
58 addInstruction(Primary, Op1, Data.getULEB128(Offset));
73 addInstruction(Opcode);
77 addInstruction(Opcode, Data.getAddress(Offset));
81 addInstruction(Opcode, Data.getU8(Offset));
85 addInstruction(Opcode, Data.getU16(Offset));
89 addInstruction(Opcode, Data.getU32(Offset));
98 addInstruction(Opcode, Data.getULEB128(Offset));
102 addInstruction(Opcode, Data.getSLEB128(Offset));
114 addInstruction(Opcode, op1, op2);
124 addInstruction(Opcode, op1, op2);
129 addInstruction(Opcode, 0);
142 addInstruction(Opcode, RegNum, 0);