Searched refs:getSectionAddressSize (Results 1 – 5 of 5) sorted by relevance
97 uint64_t getSectionAddressSize(const MCSectionData *SD) const;
114 uint64_t EndAddr = getSectionAddress(SD) + Layout.getSectionAddressSize(SD); in getPaddingSize()203 uint64_t SectionSize = Layout.getSectionAddressSize(&SD); in WriteSection()594 StartAddress += Layout.getSectionAddressSize(SD); in computeSectionAddresses()765 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()740 Layout.getSectionAddressSize(SD)); in writeSectionData()
718 if (Layout.getSectionAddressSize((*i)->MCData) > 0) { in WriteObject()805 Sec->Header.SizeOfRawData = Layout.getSectionAddressSize(i); in WriteObject()
1395 return Layout.getSectionAddressSize(&SD); in GetSectionAddressSize()