Searched refs:getSectionAddressSize (Results 1 – 5 of 5) sorted by relevance
93 uint64_t getSectionAddressSize(const MCSectionData *SD) const;
116 uint64_t EndAddr = getSectionAddress(SD) + Layout.getSectionAddressSize(SD); in getPaddingSize()207 uint64_t SectionSize = Layout.getSectionAddressSize(&SD); in WriteSection()643 StartAddress += Layout.getSectionAddressSize(SD); in computeSectionAddresses()807 uint64_t Size = Layout.getSectionAddressSize(&SD); in WriteObject()
217 uint64_t MCAsmLayout::getSectionAddressSize(const MCSectionData *SD) const { in getSectionAddressSize() function in MCAsmLayout229 return getSectionAddressSize(SD); in getSectionFileSize()875 Layout.getSectionAddressSize(SD)); in writeSectionData()
947 Sec->Header.SizeOfRawData = Layout.getSectionAddressSize(&Section); in WriteObject()
1532 return Layout.getSectionAddressSize(&SD); in GetSectionAddressSize()