Searched refs:GetMaximumOpcodeByteSize (Results 1 – 12 of 12) sorted by relevance
106 GetTarget().GetArchitecture().GetMaximumOpcodeByteSize(); in IsPlanStale()
512 arch.GetMaximumOpcodeByteSize()); in CalculateDisass()
1442 pc_range.SetByteSize(target_arch.GetMaximumOpcodeByteSize()); in GuessValueForAddress()
440 uint32_t GetMaximumOpcodeByteSize() const;
362 uint32_t GetMaximumOpcodeByteSize() const;
1624 uint32_t SBTarget::GetMaximumOpcodeByteSize() const { in GetMaximumOpcodeByteSize() function in SBTarget1629 return target_sp->GetArchitecture().GetMaximumOpcodeByteSize(); in GetMaximumOpcodeByteSize()1959 target_sp->GetArchitecture().GetMaximumOpcodeByteSize() * count, 0); in ReadInstructions()
878 uint32_t max_op_byte_size = std::min(buffer_remaining_bytes, m_arch.GetMaximumOpcodeByteSize()); in instruction_length()
1122 byte_size *= m_arch.GetMaximumOpcodeByteSize(); in AppendInstructions()
137 byte_size_value = target->GetArchitecture().GetMaximumOpcodeByteSize(); in FinalizeSettings()
461 const uint32_t max_op_byte_size = arch.GetMaximumOpcodeByteSize(); in Decode()
960 uint32_t ArchSpec::GetMaximumOpcodeByteSize() const { in GetMaximumOpcodeByteSize() function in ArchSpec
57147 result = (uint32_t)((lldb::SBTarget const *)arg1)->GetMaximumOpcodeByteSize(); in _wrap_SBTarget_GetMaximumOpcodeByteSize()