Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmLayout.h88 uint64_t getSectionAddressSize(const MCSection *Sec) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCFragment.cpp194 uint64_t MCAsmLayout::getSectionAddressSize(const MCSection *Sec) const { in getSectionAddressSize() function in MCAsmLayout
206 return getSectionAddressSize(Sec); in getSectionFileSize()
H A DMachObjectWriter.cpp122 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec); in getPaddingSize()
219 uint64_t SectionSize = Layout.getSectionAddressSize(&Sec); in writeSection()
648 StartAddress += Layout.getSectionAddressSize(Sec); in computeSectionAddresses()
821 uint64_t Size = Layout.getSectionAddressSize(&Sec); in writeObject()
H A DXCOFFObjectWriter.cpp894 Csect.Size = Layout.getSectionAddressSize(MCSec); in assignAddressesAndIndices()
H A DMCAssembler.cpp779 OS.tell() - Start == Layout.getSectionAddressSize(Sec)); in writeSectionData()
H A DWinCOFFObjectWriter.cpp969 Sec->Header.SizeOfRawData = Layout.getSectionAddressSize(&Section); in assignFileOffsets()
H A DELFObjectWriter.cpp1058 Size = Layout.getSectionAddressSize(Section); in writeSectionHeader()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachOUtils.cpp325 FileOffset += Layout.getSectionAddressSize(Sec); in createDwarfSegment()
326 VMAddr += Layout.getSectionAddressSize(Sec); in createDwarfSegment()