Home | History | Annotate | Download | only in MC

Lines Matching defs:Group

301   if (const MCSymbol *Group = Section->getGroup())
302 GroupName = Group->getName();
317 const MCSymbolELF *Group,
325 EntrySize, Group, true, nullptr, Associated);
330 StringRef Group, unsigned UniqueID,
333 if (!Group.empty())
334 GroupSym = cast<MCSymbolELF>(getOrCreateSymbol(Group));
346 StringRef Group = "";
348 Group = GroupSym->getName();
351 std::make_pair(ELFSectionKey{Section, Group, UniqueID}, nullptr));
375 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group) {
377 MCSectionELF(".group", ELF::SHT_GROUP, 0, SectionKind::getReadOnly(), 4,
378 Group, ~0, nullptr, nullptr);