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