Searched defs:VerdefSection (Results 1 – 1 of 1) sorted by relevance
404 struct VerdefSection : Section { struct410 VerdefSection() : Section(ChunkKind::Verdef) {} in VerdefSection() function412 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Verdef; } in classof()