Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmLayout.h85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCFragment.cpp176 uint64_t MCAsmLayout::getSectionAddressSize(const MCSection *Sec) const { in getSectionAddressSize() function in MCAsmLayout
188 return getSectionAddressSize(Sec); in getSectionFileSize()
H A DMachObjectWriter.cpp121 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()
H A DMCCodePadder.cpp273 ? Layout.getSectionAddressSize(Fragment->getParent()) in getNextFragmentOffset()
H A DMCAssembler.cpp711 assert(OS.tell() - Start == Layout.getSectionAddressSize(Sec)); in writeSectionData()
H A DWinCOFFObjectWriter.cpp906 Sec->Header.SizeOfRawData = Layout.getSectionAddressSize(&Section); in assignFileOffsets()
H A DELFObjectWriter.cpp1055 Size = Layout.getSectionAddressSize(Section); in writeSectionHeader()