Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmLayout.h85 uint64_t getSectionAddressSize(const MCSection *Sec) const;
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmLayout.h89 uint64_t getSectionAddressSize(const MCSectionData *SD) const;
/external/swiftshader/third_party/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()
661 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.cpp738 if (Layout.getSectionAddressSize((*i)->MCData) > 0) { in WriteObject()
798 Sec->Header.SizeOfRawData = Layout.getSectionAddressSize(i); in WriteObject()
DELFObjectWriter.cpp1050 return Layout.getSectionAddressSize(&SD); in GetSectionAddressSize()
/external/llvm/lib/MC/
DMachObjectWriter.cpp108 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec); in getPaddingSize()
201 uint64_t SectionSize = Layout.getSectionAddressSize(&Sec); in writeSection()
615 StartAddress += Layout.getSectionAddressSize(Sec); in computeSectionAddresses()
773 uint64_t Size = Layout.getSectionAddressSize(&Sec); in writeObject()
DMCFragment.cpp176 uint64_t MCAsmLayout::getSectionAddressSize(const MCSection *Sec) const { in getSectionAddressSize() function in MCAsmLayout
188 return getSectionAddressSize(Sec); in getSectionFileSize()
DMCAssembler.cpp614 Layout.getSectionAddressSize(Sec)); in writeSectionData()
DWinCOFFObjectWriter.cpp932 Sec->Header.SizeOfRawData = Layout.getSectionAddressSize(&Section); in writeObject()
DELFObjectWriter.cpp1205 Size = Layout.getSectionAddressSize(Section); in writeSectionHeader()
/external/llvm/tools/dsymutil/
DMachOUtils.cpp288 FileOffset += Layout.getSectionAddressSize(Sec); in createDwarfSegment()
289 VMAddr += Layout.getSectionAddressSize(Sec); in createDwarfSegment()