Searched refs:curSection (Results 1 – 3 of 3) sorted by relevance
197 const MCSection *curSection = SectionStack.back().first; in PopSection() local199 if (oldSection != curSection) in PopSection()200 ChangeSection(curSection); in PopSection()210 const MCSection *curSection = SectionStack.back().first; in SwitchSection() local211 SectionStack.back().second = curSection; in SwitchSection()212 if (Section != curSection) { in SwitchSection()223 const MCSection *curSection = SectionStack.back().first; in SwitchSectionNoChange() local224 SectionStack.back().second = curSection; in SwitchSectionNoChange()225 if (Section != curSection) in SwitchSectionNoChange()
364 MCSectionSubPair curSection = SectionStack.back().first;365 SectionStack.back().second = curSection;366 if (MCSectionSubPair(Section, Subsection) != curSection)
789 MCSectionSubPair curSection = SectionStack.back().first; in SwitchSection() local790 SectionStack.back().second = curSection; in SwitchSection()791 if (MCSectionSubPair(Section, Subsection) != curSection) { in SwitchSection()