Lines Matching refs:GroupSection
164 struct GroupSection { struct
299 std::vector<GroupSection> getGroups();
3295 template <class ELFT> std::vector<GroupSection> ELFDumper<ELFT>::getGroups() { in getGroups()
3319 std::vector<GroupSection> Ret; in getGroups()
3381 static DenseMap<uint64_t, const GroupSection *>
3382 mapSectionsToGroups(ArrayRef<GroupSection> Groups) { in mapSectionsToGroups()
3383 DenseMap<uint64_t, const GroupSection *> Ret; in mapSectionsToGroups()
3384 for (const GroupSection &G : Groups) in mapSectionsToGroups()
3391 std::vector<GroupSection> V = this->getGroups(); in printGroupSections()
3392 DenseMap<uint64_t, const GroupSection *> Map = mapSectionsToGroups(V); in printGroupSections()
3393 for (const GroupSection &G : V) { in printGroupSections()
3400 const GroupSection *MainGroup = Map[GM.Index]; in printGroupSections()
6307 std::vector<GroupSection> V = this->getGroups(); in printGroupSections()
6308 DenseMap<uint64_t, const GroupSection *> Map = mapSectionsToGroups(V); in printGroupSections()
6309 for (const GroupSection &G : V) { in printGroupSections()
6320 const GroupSection *MainGroup = Map[GM.Index]; in printGroupSections()