Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp878 uint32_t max_op_byte_size = std::min(buffer_remaining_bytes, m_arch.GetMaximumOpcodeByteSize()); in instruction_length() local
880 opcode_data.resize(max_op_byte_size); in instruction_length()
884 ::LLVMDisasmInstruction(m_disasm_context, insn_p, max_op_byte_size, 0, in instruction_length()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp460 const uint32_t max_op_byte_size = arch.GetMaximumOpcodeByteSize(); in Decode()
461 if (min_op_byte_size == max_op_byte_size) { in Decode()
455 const uint32_t max_op_byte_size = arch.GetMaximumOpcodeByteSize(); Decode() local