Lines Matching defs:GroupSection
172 struct GroupSection {
330 std::vector<GroupSection> getGroups();
3693 template <class ELFT> std::vector<GroupSection> ELFDumper<ELFT>::getGroups() {
3717 std::vector<GroupSection> Ret;
3779 static DenseMap<uint64_t, const GroupSection *>
3780 mapSectionsToGroups(ArrayRef<GroupSection> Groups) {
3781 DenseMap<uint64_t, const GroupSection *> Ret;
3782 for (const GroupSection &G : Groups)
3789 std::vector<GroupSection> V = this->getGroups();
3790 DenseMap<uint64_t, const GroupSection *> Map = mapSectionsToGroups(V);
3791 for (const GroupSection &G : V) {
3798 const GroupSection *MainGroup = Map[GM.Index];
7145 std::vector<GroupSection> V = this->getGroups();
7146 DenseMap<uint64_t, const GroupSection *> Map = mapSectionsToGroups(V);
7147 for (const GroupSection &G : V) {
7158 const GroupSection *MainGroup = Map[GM.Index];