Searched defs:GroupSection (Results 1 – 6 of 6) sorted by relevance
575 struct GroupSection : Section { struct581 GroupSection() : Section(ChunkKind::Group) {} in GroupSection() argument583 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()587 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Group; } in classof()
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()
589 struct GroupSection : Section { struct595 GroupSection() : Section(ChunkKind::Group) {} in GroupSection() argument597 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()601 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Group; } in classof()
601 struct GroupSection : Section { struct607 GroupSection() : Section(ChunkKind::Group) {} in GroupSection() function609 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()
42 class GroupSection; variable822 explicit GroupSection(ArrayRef<uint8_t> Data) : Contents(Data) {} in GroupSection() function