Lines Matching defs:EntrySize
522 unsigned EntrySize,
531 Section, Type, Flags, EntrySize, Group, Comdat, UniqueID, R, LinkedToSym);
540 unsigned EntrySize, const MCSymbolELF *Group,
547 I->getKey(), Type, Flags, EntrySize, Group, true, true,
554 unsigned EntrySize) {
555 return getELFSection(Prefix + "." + Suffix, Type, Flags, EntrySize, Suffix,
560 unsigned Flags, unsigned EntrySize,
568 return getELFSection(Section, Type, Flags, EntrySize, GroupSym, IsComdat,
573 unsigned Flags, unsigned EntrySize,
619 createELFSectionImpl(CachedName, Type, Flags, EntrySize, GroupSym,
637 unsigned EntrySize) {
652 std::make_tuple(SectionName, Flags, EntrySize), UniqueID));
668 unsigned EntrySize) {
669 auto I = ELFEntrySizeMap.find(std::make_tuple(SectionName, Flags, EntrySize));