Searched refs:getSectionAddressSize (Results 1 – 5 of 5) sorted by relevance
89 uint64_t getSectionAddressSize(const MCSectionData *SD) const;
99 uint64_t EndAddr = getSectionAddress(SD) + Layout.getSectionAddressSize(SD); in getPaddingSize()188 uint64_t SectionSize = Layout.getSectionAddressSize(&SD); in WriteSection()537 StartAddress += Layout.getSectionAddressSize(SD); in computeSectionAddresses()646 uint64_t Size = Layout.getSectionAddressSize(&SD); in WriteObject()
136 uint64_t MCAsmLayout::getSectionAddressSize(const MCSectionData *SD) const { in getSectionAddressSize() function in MCAsmLayout148 return getSectionAddressSize(SD); in getSectionFileSize()545 Layout.getSectionAddressSize(SD)); in WriteSectionData()
732 if (Layout.getSectionAddressSize((*i)->MCData) > 0) { in WriteObject()792 Sec->Header.SizeOfRawData = Layout.getSectionAddressSize(i); in WriteObject()
1038 return Layout.getSectionAddressSize(&SD); in GetSectionAddressSize()