Home | History | Annotate | Download | only in MC

Lines Matching refs:SubSection

343   bool SubSection(const MCExpr *Subsection) {
347 SwitchSection(SectionStack.back().first.first, Subsection);
356 const MCExpr *Subsection = nullptr);
362 const MCExpr *Subsection = nullptr) {
366 if (MCSectionSubPair(Section, Subsection) != curSection)
367 SectionStack.back().first = MCSectionSubPair(Section, Subsection);