Lines Matching refs:GroupSection
2600 struct GroupSection { struct
2612 std::vector<GroupSection> getGroups(const ELFFile<ELFT> *Obj) { in getGroups()
2617 std::vector<GroupSection> Ret; in getGroups()
2652 DenseMap<uint64_t, const GroupSection *>
2653 mapSectionsToGroups(ArrayRef<GroupSection> Groups) { in mapSectionsToGroups()
2654 DenseMap<uint64_t, const GroupSection *> Ret; in mapSectionsToGroups()
2655 for (const GroupSection &G : Groups) in mapSectionsToGroups()
2664 std::vector<GroupSection> V = getGroups<ELFT>(Obj); in printGroupSections()
2665 DenseMap<uint64_t, const GroupSection *> Map = mapSectionsToGroups(V); in printGroupSections()
2666 for (const GroupSection &G : V) { in printGroupSections()
2673 const GroupSection *MainGroup = Map[GM.Index]; in printGroupSections()
4150 std::vector<GroupSection> V = getGroups<ELFT>(Obj); in printGroupSections()
4151 DenseMap<uint64_t, const GroupSection *> Map = mapSectionsToGroups(V); in printGroupSections()
4152 for (const GroupSection &G : V) { in printGroupSections()
4163 const GroupSection *MainGroup = Map[GM.Index]; in printGroupSections()