Lines Matching refs:GroupSection
195 struct GroupSection { struct
806 std::vector<GroupSection> getGroups();
3567 template <class ELFT> std::vector<GroupSection> DumpStyle<ELFT>::getGroups() { in getGroups()
3591 std::vector<GroupSection> Ret; in getGroups()
3655 static DenseMap<uint64_t, const GroupSection *>
3656 mapSectionsToGroups(ArrayRef<GroupSection> Groups) { in mapSectionsToGroups()
3657 DenseMap<uint64_t, const GroupSection *> Ret; in mapSectionsToGroups()
3658 for (const GroupSection &G : Groups) in mapSectionsToGroups()
3665 std::vector<GroupSection> V = this->getGroups(); in printGroupSections()
3666 DenseMap<uint64_t, const GroupSection *> Map = mapSectionsToGroups(V); in printGroupSections()
3667 for (const GroupSection &G : V) { in printGroupSections()
3674 const GroupSection *MainGroup = Map[GM.Index]; in printGroupSections()
6339 std::vector<GroupSection> V = this->getGroups(); in printGroupSections()
6340 DenseMap<uint64_t, const GroupSection *> Map = mapSectionsToGroups(V); in printGroupSections()
6341 for (const GroupSection &G : V) { in printGroupSections()
6352 const GroupSection *MainGroup = Map[GM.Index]; in printGroupSections()