Searched defs:DynamicSection (Results 1 – 1 of 1) sorted by relevance
234 struct DynamicSection : Section { struct238 DynamicSection() : Section(ChunkKind::Dynamic) {} in DynamicSection() argument240 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Dynamic; } in classof()