Searched refs:getSectionAddressSize (Results 1 – 12 of 12) sorted by relevance
85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
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()661 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()
738 if (Layout.getSectionAddressSize((*i)->MCData) > 0) { in WriteObject()798 Sec->Header.SizeOfRawData = Layout.getSectionAddressSize(i); in WriteObject()
1050 return Layout.getSectionAddressSize(&SD); in GetSectionAddressSize()
108 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec); in getPaddingSize()201 uint64_t SectionSize = Layout.getSectionAddressSize(&Sec); in writeSection()615 StartAddress += Layout.getSectionAddressSize(Sec); in computeSectionAddresses()773 uint64_t Size = Layout.getSectionAddressSize(&Sec); in writeObject()
176 uint64_t MCAsmLayout::getSectionAddressSize(const MCSection *Sec) const { in getSectionAddressSize() function in MCAsmLayout188 return getSectionAddressSize(Sec); in getSectionFileSize()
614 Layout.getSectionAddressSize(Sec)); in writeSectionData()
932 Sec->Header.SizeOfRawData = Layout.getSectionAddressSize(&Section); in writeObject()
1205 Size = Layout.getSectionAddressSize(Section); in writeSectionHeader()
288 FileOffset += Layout.getSectionAddressSize(Sec); in createDwarfSegment()289 VMAddr += Layout.getSectionAddressSize(Sec); in createDwarfSegment()