Lines Matching defs:GroupSection
172 struct GroupSection {
330 std::vector<GroupSection> getGroups();
3709 template <class ELFT> std::vector<GroupSection> ELFDumper<ELFT>::getGroups() {
3733 std::vector<GroupSection> Ret;
3795 static DenseMap<uint64_t, const GroupSection *>
3796 mapSectionsToGroups(ArrayRef<GroupSection> Groups) {
3797 DenseMap<uint64_t, const GroupSection *> Ret;
3798 for (const GroupSection &G : Groups)
3805 std::vector<GroupSection> V = this->getGroups();
3806 DenseMap<uint64_t, const GroupSection *> Map = mapSectionsToGroups(V);
3807 for (const GroupSection &G : V) {
3814 const GroupSection *MainGroup = Map[GM.Index];
7174 std::vector<GroupSection> V = this->getGroups();
7175 DenseMap<uint64_t, const GroupSection *> Map = mapSectionsToGroups(V);
7176 for (const GroupSection &G : V) {
7187 const GroupSection *MainGroup = Map[GM.Index];