Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DArchSpec.h304 GetMaximumOpcodeByteSize() const;
/external/lldb/source/Plugins/UnwindAssembly/x86/
DUnwindAssembly-x86.cpp472 const uint32_t max_op_byte_size = m_arch.GetMaximumOpcodeByteSize(); in instruction_length()
/external/lldb/source/Plugins/Disassembler/llvm/
DDisassemblerLLVMC.cpp132 const uint32_t max_op_byte_size = arch.GetMaximumOpcodeByteSize(); in Decode()
/external/lldb/source/Core/
DDisassembler.cpp1128 const addr_t byte_size = num_instructions * m_arch.GetMaximumOpcodeByteSize(); in ParseInstructions()
DArchSpec.cpp717 ArchSpec::GetMaximumOpcodeByteSize() const in GetMaximumOpcodeByteSize() function in ArchSpec
/external/lldb/source/Commands/
DCommandObjectMemory.cpp154 byte_size_value = target->GetArchitecture().GetMaximumOpcodeByteSize(); in FinalizeSettings()
/external/lldb/source/Target/
DStackFrame.cpp1428 pc_range.SetByteSize(disasm_lines * target_arch.GetMaximumOpcodeByteSize()); in GetStatus()
/external/lldb/source/API/
DSBTarget.cpp2308 … DataBufferHeap data (target_sp->GetArchitecture().GetMaximumOpcodeByteSize() * count, 0); in ReadInstructions()