Home | History | Annotate | Download | only in MCParser

Lines Matching defs:Subsection

77     addDirectiveHandler<&ELFAsmParser::ParseDirectiveSubsection>(".subsection");
196 const MCExpr *Subsection = nullptr;
198 if (getParser().parseExpression(Subsection))
204 Subsection);
414 const MCExpr *Subsection = nullptr;
428 if (getParser().parseExpression(Subsection))
550 getStreamer().SwitchSection(ELFSection, Subsection);
743 const MCExpr *Subsection = nullptr;
745 if (getParser().parseExpression(Subsection))
752 getStreamer().SubSection(Subsection);