Searched refs:SectionStack (Results 1 – 2 of 2) sorted by relevance
389 if (!SectionStack.empty()) in getCurrentSection()390 return SectionStack.back().first; in getCurrentSection()397 if (!SectionStack.empty()) in getPreviousSection()398 return SectionStack.back().second; in getPreviousSection()416 SectionStack.push_back( in pushSection()425 if (SectionStack.size() <= 1) in popSection()427 auto I = SectionStack.end(); in popSection()435 SectionStack.pop_back(); in popSection()440 if (SectionStack.empty()) in subSection()460 MCSectionSubPair curSection = SectionStack.back().first;[all …]
97 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in MCStreamer()107 SectionStack.clear(); in reset()108 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in reset()1246 MCSectionSubPair curSection = SectionStack.back().first; in switchSection()1247 SectionStack.back().second = curSection; in switchSection()1250 SectionStack.back().first = MCSectionSubPair(Section, Subsection); in switchSection()