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