Searched refs:getSectionAddressSize (Results 1 – 7 of 7) sorted by relevance
85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
176 uint64_t MCAsmLayout::getSectionAddressSize(const MCSection *Sec) const { in getSectionAddressSize() function in MCAsmLayout188 return getSectionAddressSize(Sec); in getSectionFileSize()
121 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec); in getPaddingSize()218 uint64_t SectionSize = Layout.getSectionAddressSize(&Sec); in writeSection()632 StartAddress += Layout.getSectionAddressSize(Sec); in computeSectionAddresses()805 uint64_t Size = Layout.getSectionAddressSize(&Sec); in writeObject()
273 ? Layout.getSectionAddressSize(Fragment->getParent()) in getNextFragmentOffset()
711 assert(OS.tell() - Start == Layout.getSectionAddressSize(Sec)); in writeSectionData()
906 Sec->Header.SizeOfRawData = Layout.getSectionAddressSize(&Section); in assignFileOffsets()
1055 Size = Layout.getSectionAddressSize(Section); in writeSectionHeader()