Home | History | Annotate | Download | only in MCParser

Lines Matching defs:Subsection

79     addDirectiveHandler<&ELFAsmParser::ParseDirectiveSubsection>(".subsection");
197 const MCExpr *Subsection = 0;
199 if (getParser().parseExpression(Subsection))
205 Subsection);
354 const MCExpr *Subsection = 0;
367 if (getParser().parseExpression(Subsection))
468 Subsection);
638 const MCExpr *Subsection = 0;
640 if (getParser().parseExpression(Subsection))
647 getStreamer().SubSection(Subsection);