Lines Matching refs:EntrySize
413 unsigned EntrySize, in createELFSectionImpl() argument
436 Section, Type, Flags, K, EntrySize, Group, UniqueID, R, LinkedToSym); in createELFSectionImpl()
447 unsigned Flags, unsigned EntrySize, in createELFRelSection() argument
456 I->getKey(), Type, Flags, SectionKind::getReadOnly(), EntrySize, Group, in createELFRelSection()
463 unsigned EntrySize) { in getELFNamedSection() argument
464 return getELFSection(Prefix + "." + Suffix, Type, Flags, EntrySize, Suffix); in getELFNamedSection()
468 unsigned Flags, unsigned EntrySize, in getELFSection() argument
475 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, UniqueID, in getELFSection()
480 unsigned Flags, unsigned EntrySize, in getELFSection() argument
508 createELFSectionImpl(CachedName, Type, Flags, Kind, EntrySize, GroupSym, in getELFSection()
526 unsigned EntrySize) { in recordELFMergeableSectionInfo() argument
536 ELFEntrySizeKey{SectionName, Flags, EntrySize}, UniqueID)); in recordELFMergeableSectionInfo()
552 unsigned EntrySize) { in getELFUniqueIDForEntsize() argument
554 MCContext::ELFEntrySizeKey{SectionName, Flags, EntrySize}); in getELFUniqueIDForEntsize()