Searched refs:GetTargetByteSize (Results 1 – 7 of 7) sorted by relevance
37 ) lldb::SBSection::GetTargetByteSize;
30 …target_byte_size = property(GetTargetByteSize, None, doc='''A read only property that returns the …
211 uint32_t SBSection::GetTargetByteSize() { in GetTargetByteSize() function in SBSection216 return section_sp->GetTargetByteSize(); in GetTargetByteSize()
77 uint32_t GetTargetByteSize();
247 uint32_t GetTargetByteSize() const { return m_target_byte_size; } in GetTargetByteSize() function
492 section_offset *= section->GetTargetByteSize(); in ReadSectionData()
1727 static uint32_t GetTargetByteSize(SectionType Type, const ArchSpec &arch) { in GetPermissions() 1955 GetTargetByteSize(sect_type, m_arch_spec); in CreateSections() 1715 static uint32_t GetTargetByteSize(SectionType Type, const ArchSpec &arch) { GetTargetByteSize() function