Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp891 uint32_t buffer_remaining_bytes) { in instruction_length() argument
893 uint32_t max_op_byte_size = std::min(buffer_remaining_bytes, m_arch.GetMaximumOpcodeByteSize()); in instruction_length()