Searched defs:VerdefSection (Results 1 – 6 of 6) sorted by relevance
404 struct VerdefSection : Section { struct410 VerdefSection() : Section(ChunkKind::Verdef) {} in VerdefSection() argument412 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Verdef; } in classof()
562 struct VerdefSection : Section { struct566 VerdefSection() : Section(ChunkKind::Verdef) {} in VerdefSection() argument568 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()572 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Verdef; } in classof()
588 struct VerdefSection : Section { struct592 VerdefSection() : Section(ChunkKind::Verdef) {} in VerdefSection() argument594 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()598 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Verdef; } in classof()
576 struct VerdefSection : Section { struct580 VerdefSection() : Section(ChunkKind::Verdef) {} in VerdefSection() argument582 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()586 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Verdef; } in classof()