Searched defs:SectionClassDesc (Results 1 – 1 of 1) sorted by relevance
160 struct SectionClassDesc : SectionCommand { struct163 SectionClassDesc(StringRef name) : SectionCommand(ClassKind), sc(name) {} in SectionClassDesc() function165 static bool classof(const SectionCommand *c) { return c->kind == ClassKind; } in classof()