Searched defs:RawContentSection (Results 1 – 1 of 1) sorted by relevance
85 struct RawContentSection : Section { struct88 RawContentSection() : Section(SectionKind::RawContent) {} in RawContentSection() function89 static bool classof(const Section *S) { in classof()