Searched refs:getSectionAddressSize (Results 1 – 9 of 9) sorted by relevance
57 uint64_t SectionSize = Layout.getSectionAddressSize(&Sec); in writeObject()98 uint64_t SectionSize = Layout.getSectionAddressSize(&Sec); in writeObject()
198 uint64_t MCAsmLayout::getSectionAddressSize(const MCSection *Sec) const { in getSectionAddressSize() function in MCAsmLayout210 return getSectionAddressSize(Sec); in getSectionFileSize()
124 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec); in getPaddingSize()221 uint64_t SectionSize = Layout.getSectionAddressSize(&Sec); in writeSection()647 StartAddress += Layout.getSectionAddressSize(Sec); in computeSectionAddresses()854 uint64_t Size = Layout.getSectionAddressSize(&Sec); in writeObject()
360 for (uint32_t Off = Interval, E = Layout.getSectionAddressSize(&MCSec); in defineSection()779 Sec->Header.SizeOfRawData = Layout.getSectionAddressSize(&Section); in assignFileOffsets()
1409 Csect.Size = Layout.getSectionAddressSize(MCSec); in assignAddressesAndIndices()1492 DwarfSection.Size = DwarfSect.Size = Layout.getSectionAddressSize(MCSec); in assignAddressesAndIndices()
795 OS.tell() - Start == Layout.getSectionAddressSize(Sec)); in writeSectionData()
1083 Size = Layout.getSectionAddressSize(Section); in writeSectionHeader()
1065 int64_t Size = Layout.getSectionAddressSize(FuncSection); in writeCodeSection()
88 uint64_t getSectionAddressSize(const MCSection *Sec) const;