Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmLayout.h89 uint64_t getSectionAddressSize(const MCSectionData *SD) const;
/external/llvm/lib/MC/
DMachObjectWriter.cpp99 uint64_t EndAddr = getSectionAddress(SD) + Layout.getSectionAddressSize(SD); in getPaddingSize()
188 uint64_t SectionSize = Layout.getSectionAddressSize(&SD); in WriteSection()
537 StartAddress += Layout.getSectionAddressSize(SD); in computeSectionAddresses()
646 uint64_t Size = Layout.getSectionAddressSize(&SD); in WriteObject()
DMCAssembler.cpp136 uint64_t MCAsmLayout::getSectionAddressSize(const MCSectionData *SD) const { in getSectionAddressSize() function in MCAsmLayout
148 return getSectionAddressSize(SD); in getSectionFileSize()
545 Layout.getSectionAddressSize(SD)); in WriteSectionData()
DWinCOFFObjectWriter.cpp732 if (Layout.getSectionAddressSize((*i)->MCData) > 0) { in WriteObject()
792 Sec->Header.SizeOfRawData = Layout.getSectionAddressSize(i); in WriteObject()
DELFObjectWriter.cpp1038 return Layout.getSectionAddressSize(&SD); in GetSectionAddressSize()