Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmLayout.h93 uint64_t getSectionAddressSize(const MCSectionData *SD) const;
/external/llvm/lib/MC/
DMachObjectWriter.cpp116 uint64_t EndAddr = getSectionAddress(SD) + Layout.getSectionAddressSize(SD); in getPaddingSize()
207 uint64_t SectionSize = Layout.getSectionAddressSize(&SD); in WriteSection()
643 StartAddress += Layout.getSectionAddressSize(SD); in computeSectionAddresses()
807 uint64_t Size = Layout.getSectionAddressSize(&SD); in WriteObject()
DMCAssembler.cpp217 uint64_t MCAsmLayout::getSectionAddressSize(const MCSectionData *SD) const { in getSectionAddressSize() function in MCAsmLayout
229 return getSectionAddressSize(SD); in getSectionFileSize()
875 Layout.getSectionAddressSize(SD)); in writeSectionData()
DWinCOFFObjectWriter.cpp947 Sec->Header.SizeOfRawData = Layout.getSectionAddressSize(&Section); in WriteObject()
DELFObjectWriter.cpp1532 return Layout.getSectionAddressSize(&SD); in GetSectionAddressSize()