Lines Matching refs:GroupSection
169 struct GroupSection { struct
329 std::vector<GroupSection> getGroups();
3702 template <class ELFT> std::vector<GroupSection> ELFDumper<ELFT>::getGroups() { in getGroups()
3726 std::vector<GroupSection> Ret; in getGroups()
3788 static DenseMap<uint64_t, const GroupSection *>
3789 mapSectionsToGroups(ArrayRef<GroupSection> Groups) { in mapSectionsToGroups()
3790 DenseMap<uint64_t, const GroupSection *> Ret; in mapSectionsToGroups()
3791 for (const GroupSection &G : Groups) in mapSectionsToGroups()
3798 std::vector<GroupSection> V = this->getGroups(); in printGroupSections()
3799 DenseMap<uint64_t, const GroupSection *> Map = mapSectionsToGroups(V); in printGroupSections()
3800 for (const GroupSection &G : V) { in printGroupSections()
3807 const GroupSection *MainGroup = Map[GM.Index]; in printGroupSections()
6984 std::vector<GroupSection> V = this->getGroups(); in printGroupSections()
6985 DenseMap<uint64_t, const GroupSection *> Map = mapSectionsToGroups(V); in printGroupSections()
6986 for (const GroupSection &G : V) { in printGroupSections()
6997 const GroupSection *MainGroup = Map[GM.Index]; in printGroupSections()