Searched refs:GetTargetByteSize (Results 1 – 8 of 8) sorted by relevance
37 ) lldb::SBSection::GetTargetByteSize;
30 target_byte_size = property(GetTargetByteSize, None, doc='''A read only property that returns the size of a target byte represented by this section as a number of host bytes.''')
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
489 section_offset *= section->GetTargetByteSize(); in ReadSectionData()
1732 static uint32_t GetTargetByteSize(SectionType Type, const ArchSpec &arch) { in GetTargetByteSize() function1960 GetTargetByteSize(sect_type, m_arch_spec); in CreateSections()
49493 result = (uint32_t)(arg1)->GetTargetByteSize(); in _wrap_SBSection_GetTargetByteSize()