Searched refs:getSectionAddressSize (Results 1 – 8 of 8) sorted by relevance
88 uint64_t getSectionAddressSize(const MCSection *Sec) const;
194 uint64_t MCAsmLayout::getSectionAddressSize(const MCSection *Sec) const { in getSectionAddressSize() function in MCAsmLayout206 return getSectionAddressSize(Sec); in getSectionFileSize()
122 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec); in getPaddingSize()219 uint64_t SectionSize = Layout.getSectionAddressSize(&Sec); in writeSection()648 StartAddress += Layout.getSectionAddressSize(Sec); in computeSectionAddresses()821 uint64_t Size = Layout.getSectionAddressSize(&Sec); in writeObject()
894 Csect.Size = Layout.getSectionAddressSize(MCSec); in assignAddressesAndIndices()
779 OS.tell() - Start == Layout.getSectionAddressSize(Sec)); in writeSectionData()
969 Sec->Header.SizeOfRawData = Layout.getSectionAddressSize(&Section); in assignFileOffsets()
1058 Size = Layout.getSectionAddressSize(Section); in writeSectionHeader()
325 FileOffset += Layout.getSectionAddressSize(Sec); in createDwarfSegment()326 VMAddr += Layout.getSectionAddressSize(Sec); in createDwarfSegment()