Searched refs:GetCodeByteSize (Results 1 – 7 of 7) sorted by relevance
26 self.target.GetCodeByteSize(),
414 ") GetCodeByteSize;416 GetCodeByteSize ();1082 …code_byte_size = property(GetCodeByteSize, None, doc='''A read only property that returns the size…
450 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()
664 uint32_t ArchSpec::GetCodeByteSize() const { in GetCodeByteSize() function in ArchSpec
1680 return arch.GetCodeByteSize(); in GetTargetByteSize()