Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:SubSection

875   if (IDVal.lower() == ".subsection")
881 const MCExpr *Subsection = 0;
885 "Invalid subsection directive");
886 getParser().parseExpression(Subsection);
888 if (!Subsection->evaluateAsAbsolute(Res))
889 return Error(L, "Cannot evaluate subsection number");
899 Subsection = HexagonMCExpr::create(
902 getStreamer().SubSection(Subsection);