Lines Matching refs:EntrySize
523 unsigned EntrySize, in createELFSectionImpl() argument
532 Section, Type, Flags, EntrySize, Group, Comdat, UniqueID, R, LinkedToSym); in createELFSectionImpl()
541 unsigned EntrySize, const MCSymbolELF *Group, in createELFRelSection() argument
548 I->getKey(), Type, Flags, EntrySize, Group, true, true, in createELFRelSection()
555 unsigned EntrySize) { in getELFNamedSection() argument
556 return getELFSection(Prefix + "." + Suffix, Type, Flags, EntrySize, Suffix, in getELFNamedSection()
561 unsigned Flags, unsigned EntrySize, in getELFSection() argument
569 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, IsComdat, in getELFSection()
574 unsigned Flags, unsigned EntrySize, in getELFSection() argument
620 createELFSectionImpl(CachedName, Type, Flags, EntrySize, GroupSym, in getELFSection()
638 unsigned EntrySize) { in recordELFMergeableSectionInfo() argument
653 std::make_tuple(SectionName, Flags, EntrySize), UniqueID)); in recordELFMergeableSectionInfo()
669 unsigned EntrySize) { in getELFUniqueIDForEntsize() argument
670 auto I = ELFEntrySizeMap.find(std::make_tuple(SectionName, Flags, EntrySize)); in getELFUniqueIDForEntsize()