Searched refs:opcode_data_len (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/ |
| H A D | DisassemblerLLVMC.cpp | 54 uint64_t GetMCInst(const uint8_t *opcode_data, size_t opcode_data_len, 107 const size_t opcode_data_len = data.GetByteSize(); in DoesBranch() local 110 mc_disasm_ptr->GetMCInst(opcode_data, opcode_data_len, pc, inst); in DoesBranch() 140 const size_t opcode_data_len = data.GetByteSize(); in HasDelaySlot() local 143 mc_disasm_ptr->GetMCInst(opcode_data, opcode_data_len, pc, inst); in HasDelaySlot() 240 const size_t opcode_data_len = data.BytesLeft(data_offset); in Decode() local 310 const size_t opcode_data_len = data.GetByteSize(); in CalculateMnemonicOperandsAndComment() local 313 mc_disasm_ptr->GetMCInst(opcode_data, opcode_data_len, pc, inst); in CalculateMnemonicOperandsAndComment() 881 const size_t opcode_data_len = data.GetByteSize(); in IsCall() local 1016 const uint8_t *opcode_data, size_t opcode_data_len, lldb::addr_t pc, in GetMCInst() argument [all …]
|