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))
193 Subsection);
369 const MCExpr *Subsection = nullptr;
385 if (getParser().parseExpression(Subsection))
522 getStreamer().SwitchSection(ELFSection, Subsection);
719 const MCExpr *Subsection = nullptr;
721 if (getParser().parseExpression(Subsection))
728 getStreamer().SubSection(Subsection);