Searched defs:GroupSection (Results 1 – 3 of 3) sorted by relevance
512 struct GroupSection : Section { struct518 GroupSection() : Section(ChunkKind::Group) {} in GroupSection() function520 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()524 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Group; } in classof()
195 struct GroupSection { struct196 StringRef Name;197 std::string Signature;198 uint64_t ShName;199 uint64_t Index;200 uint32_t Link;201 uint32_t Info;202 uint32_t Type;203 std::vector<GroupMember> Members;
42 class GroupSection; variable806 explicit GroupSection(ArrayRef<uint8_t> Data) : Contents(Data) {} in GroupSection() function