Lines Matching refs:GroupSection
169 struct GroupSection { struct
304 std::vector<GroupSection> getGroups();
3390 template <class ELFT> std::vector<GroupSection> ELFDumper<ELFT>::getGroups() { in getGroups()
3414 std::vector<GroupSection> Ret; in getGroups()
3476 static DenseMap<uint64_t, const GroupSection *>
3477 mapSectionsToGroups(ArrayRef<GroupSection> Groups) { in mapSectionsToGroups()
3478 DenseMap<uint64_t, const GroupSection *> Ret; in mapSectionsToGroups()
3479 for (const GroupSection &G : Groups) in mapSectionsToGroups()
3486 std::vector<GroupSection> V = this->getGroups(); in printGroupSections()
3487 DenseMap<uint64_t, const GroupSection *> Map = mapSectionsToGroups(V); in printGroupSections()
3488 for (const GroupSection &G : V) { in printGroupSections()
3495 const GroupSection *MainGroup = Map[GM.Index]; in printGroupSections()
6540 std::vector<GroupSection> V = this->getGroups(); in printGroupSections()
6541 DenseMap<uint64_t, const GroupSection *> Map = mapSectionsToGroups(V); in printGroupSections()
6542 for (const GroupSection &G : V) { in printGroupSections()
6553 const GroupSection *MainGroup = Map[GM.Index]; in printGroupSections()