Searched defs:GroupSection (Results 1 – 3 of 3) sorted by relevance
574 struct GroupSection : Section { struct580 GroupSection() : Section(ChunkKind::Group) {} in GroupSection() function582 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()586 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Group; } in classof()
164 struct GroupSection { struct165 StringRef Name;166 std::string Signature;167 uint64_t ShName;168 uint64_t Index;169 uint32_t Link;170 uint32_t Info;171 uint32_t Type;172 std::vector<GroupMember> Members;
42 class GroupSection; variable809 explicit GroupSection(ArrayRef<uint8_t> Data) : Contents(Data) {} in GroupSection() function