Searched defs:VerdefSection (Results 1 – 1 of 1) sorted by relevance
562 struct VerdefSection : Section { struct566 VerdefSection() : Section(ChunkKind::Verdef) {} in VerdefSection() function568 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()