Home
last modified time | relevance | path

Searched refs:opcode_data_len (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp61 uint64_t GetMCInst(const uint8_t *opcode_data, size_t opcode_data_len,
522 const size_t opcode_data_len = data.BytesLeft(data_offset); in Decode() local
527 mc_disasm_ptr->GetMCInst(opcode_data, opcode_data_len, pc, inst); in Decode()
607 const size_t opcode_data_len = data.GetByteSize(); in CalculateMnemonicOperandsAndComment() local
610 mc_disasm_ptr->GetMCInst(opcode_data, opcode_data_len, pc, inst); in CalculateMnemonicOperandsAndComment()
1209 const size_t opcode_data_len = data.GetByteSize(); in VisitInstruction() local
1212 mc_disasm_ptr->GetMCInst(opcode_data, opcode_data_len, pc, inst); in VisitInstruction()
1343 const uint8_t *opcode_data, size_t opcode_data_len, lldb::addr_t pc, in GetMCInst() argument
1345 llvm::ArrayRef<uint8_t> data(opcode_data, opcode_data_len); in GetMCInst()