Lines Matching refs:MCSectionSubPair
46 typedef std::pair<MCSection *, const MCExpr *> MCSectionSubPair; typedef
180 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
274 MCSectionSubPair getCurrentSection() const { in getCurrentSection()
277 return MCSectionSubPair(); in getCurrentSection()
282 MCSectionSubPair getPreviousSection() const { in getPreviousSection()
285 return MCSectionSubPair(); in getPreviousSection()
315 MCSectionSubPair OldSection = I->first; in PopSection()
317 MCSectionSubPair NewSection = I->first; in PopSection()
346 MCSectionSubPair curSection = SectionStack.back().first;
348 if (MCSectionSubPair(Section, Subsection) != curSection)
349 SectionStack.back().first = MCSectionSubPair(Section, Subsection);