Searched refs:SectionStack (Results 1 – 2 of 2) sorted by relevance
217 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack; variable370 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()[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()1195 MCSectionSubPair curSection = SectionStack.back().first; in SwitchSection()1196 SectionStack.back().second = curSection; in SwitchSection()1199 SectionStack.back().first = MCSectionSubPair(Section, Subsection); in SwitchSection()