Home
last modified time | relevance | path

Searched refs:getSectionAddressSize (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDXContainerWriter.cpp57 uint64_t SectionSize = Layout.getSectionAddressSize(&Sec); in writeObject()
94 uint64_t SectionSize = Layout.getSectionAddressSize(&Sec); in writeObject()
H A DMCFragment.cpp198 uint64_t MCAsmLayout::getSectionAddressSize(const MCSection *Sec) const { in getSectionAddressSize() function in MCAsmLayout
210 return getSectionAddressSize(Sec); in getSectionFileSize()
H A DMachObjectWriter.cpp124 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec); in getPaddingSize()
221 uint64_t SectionSize = Layout.getSectionAddressSize(&Sec); in writeSection()
650 StartAddress += Layout.getSectionAddressSize(Sec); in computeSectionAddresses()
865 uint64_t Size = Layout.getSectionAddressSize(&Sec); in writeObject()
H A DXCOFFObjectWriter.cpp1030 Csect.Size = Layout.getSectionAddressSize(MCSec); in assignAddressesAndIndices()
1096 DwarfSection.Size = DwarfSect.Size = Layout.getSectionAddressSize(MCSec); in assignAddressesAndIndices()
H A DWinCOFFObjectWriter.cpp340 for (uint32_t Off = Interval, E = Layout.getSectionAddressSize(&MCSec); in defineSection()
965 Sec->Header.SizeOfRawData = Layout.getSectionAddressSize(&Section); in assignFileOffsets()
H A DMCAssembler.cpp788 OS.tell() - Start == Layout.getSectionAddressSize(Sec)); in writeSectionData()
H A DELFObjectWriter.cpp1045 Size = Layout.getSectionAddressSize(Section); in writeSectionHeader()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmLayout.h88 uint64_t getSectionAddressSize(const MCSection *Sec) const;
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DMachOUtils.cpp330 FileOffset += Layout.getSectionAddressSize(Sec); in createDwarfSegment()
331 VMAddr += Layout.getSectionAddressSize(Sec); in createDwarfSegment()