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