Lines Matching refs:addInstruction
271 addInstruction(Primary, Op1); in parse()
274 addInstruction(Primary, Op1, Data.getULEB128(C)); in parse()
292 addInstruction(Opcode); in parse()
296 addInstruction(Opcode, Data.getRelocatedAddress(C)); in parse()
300 addInstruction(Opcode, Data.getRelocatedValue(C, 1)); in parse()
304 addInstruction(Opcode, Data.getRelocatedValue(C, 2)); in parse()
308 addInstruction(Opcode, Data.getRelocatedValue(C, 4)); in parse()
317 addInstruction(Opcode, Data.getULEB128(C)); in parse()
321 addInstruction(Opcode, Data.getSLEB128(C)); in parse()
330 addInstruction(Opcode, RegNum, CfaOffset, AddressSpace); in parse()
343 addInstruction(Opcode, op1, op2); in parse()
353 addInstruction(Opcode, op1, op2); in parse()
358 addInstruction(Opcode, 0); in parse()
373 addInstruction(Opcode, RegNum, 0); in parse()