Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCDXContainerWriter.cpp57 uint64_t SectionSize = Layout.getSectionAddressSize(&Sec); in writeObject()
98 uint64_t SectionSize = Layout.getSectionAddressSize(&Sec); in writeObject()
DMCFragment.cpp198 uint64_t MCAsmLayout::getSectionAddressSize(const MCSection *Sec) const { in getSectionAddressSize() function in MCAsmLayout
210 return getSectionAddressSize(Sec); in getSectionFileSize()
DMachObjectWriter.cpp124 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec); in getPaddingSize()
221 uint64_t SectionSize = Layout.getSectionAddressSize(&Sec); in writeSection()
649 StartAddress += Layout.getSectionAddressSize(Sec); in computeSectionAddresses()
866 uint64_t Size = Layout.getSectionAddressSize(&Sec); in writeObject()
DWinCOFFObjectWriter.cpp340 for (uint32_t Off = Interval, E = Layout.getSectionAddressSize(&MCSec); in defineSection()
965 Sec->Header.SizeOfRawData = Layout.getSectionAddressSize(&Section); in assignFileOffsets()
DXCOFFObjectWriter.cpp1298 Csect.Size = Layout.getSectionAddressSize(MCSec); in assignAddressesAndIndices()
1381 DwarfSection.Size = DwarfSect.Size = Layout.getSectionAddressSize(MCSec); in assignAddressesAndIndices()
DMCAssembler.cpp788 OS.tell() - Start == Layout.getSectionAddressSize(Sec)); in writeSectionData()
DELFObjectWriter.cpp1073 Size = Layout.getSectionAddressSize(Section); in writeSectionHeader()
DWasmObjectWriter.cpp1063 int64_t Size = Layout.getSectionAddressSize(FuncSection); in writeCodeSection()
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCAsmLayout.h88 uint64_t getSectionAddressSize(const MCSection *Sec) const;
/openbsd/src/gnu/llvm/llvm/tools/dsymutil/
DMachOUtils.cpp331 FileOffset += Layout.getSectionAddressSize(Sec); in createDwarfSegment()
332 VMAddr += Layout.getSectionAddressSize(Sec); in createDwarfSegment()