Searched defs:GroupSection (Results 1 – 3 of 3) sorted by relevance
617 struct GroupSection : Section { struct623 GroupSection() : Section(ChunkKind::Group) {} in GroupSection() argument625 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()629 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Group; } in classof()
173 struct GroupSection { struct174 StringRef Name;175 std::string Signature;176 uint64_t ShName;177 uint64_t Index;178 uint32_t Link;179 uint32_t Info;180 uint32_t Type;181 std::vector<GroupMember> Members;
42 class GroupSection; variable955 explicit GroupSection(ArrayRef<uint8_t> Data) : Contents(Data) {} in GroupSection() function