Searched refs:getSectionAddressSize (Results 1 – 5 of 5) sorted by relevance
90 uint64_t getSectionAddressSize(const MCSectionData *SD) const;
100 uint64_t EndAddr = getSectionAddress(SD) + Layout.getSectionAddressSize(SD); in getPaddingSize()189 uint64_t SectionSize = Layout.getSectionAddressSize(&SD); in WriteSection()551 StartAddress += Layout.getSectionAddressSize(SD); in computeSectionAddresses()689 uint64_t Size = Layout.getSectionAddressSize(&SD); in WriteObject()
137 uint64_t MCAsmLayout::getSectionAddressSize(const MCSectionData *SD) const { in getSectionAddressSize() function in MCAsmLayout149 return getSectionAddressSize(SD); in getSectionFileSize()549 Layout.getSectionAddressSize(SD)); in writeSectionData()
717 if (Layout.getSectionAddressSize((*i)->MCData) > 0) { in WriteObject()777 Sec->Header.SizeOfRawData = Layout.getSectionAddressSize(i); in WriteObject()
1361 return Layout.getSectionAddressSize(&SD); in GetSectionAddressSize()