Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.h131 bool instruction_length(uint8_t *insn, int &length, uint32_t buffer_remaining_bytes);
H A Dx86AssemblyInspectionEngine.cpp876 uint32_t buffer_remaining_bytes) { in instruction_length() argument
878 uint32_t max_op_byte_size = std::min(buffer_remaining_bytes, m_arch.GetMaximumOpcodeByteSize()); in instruction_length()