Home | History | Annotate | Download | only in MC

Lines Matching defs:SubSection

354   bool SubSection(const MCExpr *Subsection) {
358 SwitchSection(SectionStack.back().first.first, Subsection);
367 const MCExpr *Subsection = nullptr);
373 const MCExpr *Subsection = nullptr) {
377 if (MCSectionSubPair(Section, Subsection) != curSection)
378 SectionStack.back().first = MCSectionSubPair(Section, Subsection);