Searched refs:GetCodeByteSize (Results 1 – 6 of 6) sorted by relevance
414 ") GetCodeByteSize;416 GetCodeByteSize ();1082 …code_byte_size = property(GetCodeByteSize, None, doc='''A read only property that returns the size…
459 uint32_t GetCodeByteSize() const;
339 uint32_t GetCodeByteSize();
1613 uint32_t SBTarget::GetCodeByteSize() { in GetCodeByteSize() function in SBTarget1618 return target_sp->GetArchitecture().GetCodeByteSize(); in GetCodeByteSize()
676 uint32_t ArchSpec::GetCodeByteSize() const { in GetCodeByteSize() function in ArchSpec
1697 return arch.GetCodeByteSize(); in GetTargetByteSize()