Lines Matching defs:Group
185 for (auto *Group : Groups)
186 Group->clear();
573 CsectGroup &Group = getCsectGroup(MCSec);
574 Group.emplace_back(MCSec);
575 SectionMap[MCSec] = &Group.back();
1141 for (const auto *Group : Section->Groups) {
1142 if (Group->empty())
1145 for (const auto &Csect : *Group) {
1213 for (const auto *Group : Section->Groups) {
1214 if (Group->empty())
1218 for (const auto &Csect : *Group) {
1299 for (const auto *Group : Section->Groups) {
1300 if (Group->empty())
1303 for (auto &Csect : *Group)
1438 [](const CsectGroup *Group) { return Group->empty(); });
1458 for (auto *Group : Section->Groups) {
1459 if (Group->empty())
1462 for (auto &Csect : *Group) {
1500 Section->Address = Group->front().Address;
1611 for (const auto &Group : CsectEntry.Groups) {
1612 for (const auto &Csect : *Group) {