Lines Matching refs:GM
3764 std::vector<GroupMember> &GM = Ret.back().Members; in getGroups() local
3767 GM.push_back({getPrintableSectionName(**SecOrErr), Ndx}); in getGroups()
3772 GM.push_back({"<?>", Ndx}); in getGroups()
3783 for (const GroupMember &GM : G.Members) in mapSectionsToGroups() local
3784 Ret.insert({GM.Index, &G}); in mapSectionsToGroups()
3797 for (const GroupMember &GM : G.Members) { in printGroupSections() local
3798 const GroupSection *MainGroup = Map[GM.Index]; in printGroupSections()
3801 "section with index " + Twine(GM.Index) + in printGroupSections()
3806 OS << " [" << format_decimal(GM.Index, 5) << "] " << GM.Name << "\n"; in printGroupSections()
7157 for (const GroupMember &GM : G.Members) { in printGroupSections() local
7158 const GroupSection *MainGroup = Map[GM.Index]; in printGroupSections()
7161 "section with index " + Twine(GM.Index) + in printGroupSections()
7166 printSectionGroupMembers(GM.Name, GM.Index); in printGroupSections()