Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDXContainerWriter.cpp52 uint64_t SectionSize = Asm.getSectionAddressSize(Sec); in writeObject()
93 uint64_t SectionSize = Asm.getSectionAddressSize(Sec); in writeObject()
H A DMachObjectWriter.cpp135 uint64_t EndAddr = getSectionAddress(Sec) + Asm.getSectionAddressSize(*Sec); in getPaddingSize()
262 uint64_t SectionSize = Asm.getSectionAddressSize(Sec); in writeSection()
698 StartAddress += Asm.getSectionAddressSize(*Sec); in computeSectionAddresses()
875 uint64_t Size = Asm.getSectionAddressSize(Sec); in writeObject()
H A DMCAssembler.cpp554 uint64_t MCAssembler::getSectionAddressSize(const MCSection &Sec) const { in getSectionAddressSize() function in MCAssembler
565 return getSectionAddressSize(Sec); in getSectionFileSize()
888 OS.tell() - Start == getSectionAddressSize(*Sec)); in writeSectionData()
H A DWinCOFFObjectWriter.cpp330 for (uint32_t Off = Interval, E = Asm.getSectionAddressSize(MCSec); Off < E; in defineSection()
748 Sec->Header.SizeOfRawData = Asm.getSectionAddressSize(Section); in assignFileOffsets()
H A DXCOFFObjectWriter.cpp1471 Csect.Size = Asm.getSectionAddressSize(*MCSec); in assignAddressesAndIndices()
1554 DwarfSection.Size = DwarfSect.Size = Asm.getSectionAddressSize(*MCSec); in assignAddressesAndIndices()
H A DELFObjectWriter.cpp950 Size = Asm.getSectionAddressSize(*Section); in writeSectionHeader()
H A DWasmObjectWriter.cpp1062 int64_t Size = Asm.getSectionAddressSize(*FuncSection); in writeCodeSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h155 uint64_t getSectionAddressSize(const MCSection &Sec) const;