Home | History | Annotate | Download | only in MCParser

Lines Matching defs:Subsection

75     addDirectiveHandler<&ELFAsmParser::ParseDirectiveSubsection>(".subsection");
186 const MCExpr *Subsection = nullptr;
188 if (getParser().parseExpression(Subsection))
194 Subsection);
371 const MCExpr *Subsection = nullptr;
387 if (getParser().parseExpression(Subsection))
524 getStreamer().SwitchSection(ELFSection, Subsection);
721 const MCExpr *Subsection = nullptr;
723 if (getParser().parseExpression(Subsection))
730 getStreamer().SubSection(Subsection);