Lines Matching refs:Group
232 // Map from a group section to the signature symbol
234 // Map from a signature symbol to the group section
245 /// \param RevGroupMap - Maps a signature symbol to the group section.
269 // those are the .note.GNU-stack section and the group sections.
1131 StringRef Group = "";
1134 Group = Section.getGroup()->getName();
1141 EntrySize, Group);
1479 const MCSectionELF *&Group = RevGroupMap[SignatureSymbol];
1480 if (!Group) {
1481 Group = Ctx.CreateELFGroupSection();
1482 MCSectionData &Data = Asm.getOrCreateSectionData(*Group);
1487 GroupMap[Group] = SignatureSymbol;
1499 const MCSectionELF *Group = RevGroupMap[Section.getGroup()];
1500 MCSectionData &Data = Asm.getOrCreateSectionData(*Group);