Searched refs:getSectionAddressSize (Results 1 – 5 of 5) sorted by relevance
97 uint64_t getSectionAddressSize(const MCSectionData *SD) const;
113 uint64_t EndAddr = getSectionAddress(SD) + Layout.getSectionAddressSize(SD); in getPaddingSize()204 uint64_t SectionSize = Layout.getSectionAddressSize(&SD); in WriteSection()612 StartAddress += Layout.getSectionAddressSize(SD); in computeSectionAddresses()783 uint64_t Size = Layout.getSectionAddressSize(&SD); in WriteObject()
151 uint64_t MCAsmLayout::getSectionAddressSize(const MCSectionData *SD) const { in getSectionAddressSize() function in MCAsmLayout163 return getSectionAddressSize(SD); in getSectionFileSize()734 Layout.getSectionAddressSize(SD)); in writeSectionData()
712 if (Layout.getSectionAddressSize((*i)->MCData) > 0) { in WriteObject()799 Sec->Header.SizeOfRawData = Layout.getSectionAddressSize(i); in WriteObject()
1415 return Layout.getSectionAddressSize(&SD); in GetSectionAddressSize()