Lines Matching defs:Group
185 for (auto *Group : Groups)
186 Group->clear();
574 CsectGroup &Group = getCsectGroup(MCSec);
575 Group.emplace_back(MCSec);
576 SectionMap[MCSec] = &Group.back();
1144 for (const auto *Group : Section->Groups) {
1145 if (Group->empty())
1148 for (const auto &Csect : *Group) {
1219 for (const auto *Group : Section->Groups) {
1220 if (Group->empty())
1224 for (const auto &Csect : *Group) {
1306 for (const auto *Group : Section->Groups) {
1307 if (Group->empty())
1310 for (auto &Csect : *Group)
1444 [](const CsectGroup *Group) { return Group->empty(); });
1464 for (auto *Group : Section->Groups) {
1465 if (Group->empty())
1468 for (auto &Csect : *Group) {
1506 Section->Address = Group->front().Address;
1617 for (const auto &Group : CsectEntry.Groups) {
1618 for (const auto &Csect : *Group) {