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

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

Completed in 6371 milliseconds