Searched refs:SectionStack (Results 1 – 2 of 2) sorted by relevance
180 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack; variable275 if (!SectionStack.empty()) in getCurrentSection()276 return SectionStack.back().first; in getCurrentSection()283 if (!SectionStack.empty()) in getPreviousSection()284 return SectionStack.back().second; in getPreviousSection()302 SectionStack.push_back( in PushSection()311 if (SectionStack.size() <= 1) in PopSection()313 auto I = SectionStack.end(); in PopSection()321 SectionStack.pop_back(); in PopSection()326 if (SectionStack.empty()) in SubSection()[all …]
45 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in MCStreamer()60 SectionStack.clear(); in reset()61 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in reset()708 MCSectionSubPair curSection = SectionStack.back().first; in SwitchSection()709 SectionStack.back().second = curSection; in SwitchSection()712 SectionStack.back().first = MCSectionSubPair(Section, Subsection); in SwitchSection()