Searched refs:SectionStack (Results 1 – 2 of 2) sorted by relevance
370 if (!SectionStack.empty()) in getCurrentSection()371 return SectionStack.back().first; in getCurrentSection()378 if (!SectionStack.empty()) in getPreviousSection()379 return SectionStack.back().second; in getPreviousSection()397 SectionStack.push_back( in PushSection()406 if (SectionStack.size() <= 1) in PopSection()408 auto I = SectionStack.end(); in PopSection()416 SectionStack.pop_back(); in PopSection()421 if (SectionStack.empty()) in SubSection()441 MCSectionSubPair curSection = SectionStack.back().first;[all …]
94 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in MCStreamer()104 SectionStack.clear(); in reset()105 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in reset()1211 MCSectionSubPair curSection = SectionStack.back().first; in SwitchSection()1212 SectionStack.back().second = curSection; in SwitchSection()1215 SectionStack.back().first = MCSectionSubPair(Section, Subsection); in SwitchSection()