Lines Matching defs:opcode_data
61 uint64_t GetMCInst(const uint8_t *opcode_data, size_t opcode_data_len,
520 uint8_t *opcode_data =
527 mc_disasm_ptr->GetMCInst(opcode_data, opcode_data_len, pc, inst);
531 m_opcode.SetOpcodeBytes(opcode_data, inst_size);
603 const uint8_t *opcode_data = data.GetDataStart();
607 mc_disasm_ptr->GetMCInst(opcode_data, opcode_data_len, pc, inst);
1205 const uint8_t *opcode_data = data.GetDataStart();
1209 mc_disasm_ptr->GetMCInst(opcode_data, opcode_data_len, pc, inst);
1340 const uint8_t *opcode_data, size_t opcode_data_len, lldb::addr_t pc,
1342 llvm::ArrayRef<uint8_t> data(opcode_data, opcode_data_len);