Home
last modified time | relevance | path

Searched refs:SectionStack (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/MC/
DMCStreamer.h184 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack; variable
293 if (!SectionStack.empty()) in getCurrentSection()
294 return SectionStack.back().first; in getCurrentSection()
301 if (!SectionStack.empty()) in getPreviousSection()
302 return SectionStack.back().second; in getPreviousSection()
320 SectionStack.push_back( in PushSection()
329 if (SectionStack.size() <= 1) in PopSection()
331 auto I = SectionStack.end(); in PopSection()
339 SectionStack.pop_back(); in PopSection()
344 if (SectionStack.empty()) in SubSection()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCStreamer.h216 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack; variable
358 if (!SectionStack.empty()) in getCurrentSection()
359 return SectionStack.back().first; in getCurrentSection()
366 if (!SectionStack.empty()) in getPreviousSection()
367 return SectionStack.back().second; in getPreviousSection()
385 SectionStack.push_back( in PushSection()
394 if (SectionStack.size() <= 1) in PopSection()
396 auto I = SectionStack.end(); in PopSection()
404 SectionStack.pop_back(); in PopSection()
409 if (SectionStack.empty()) in SubSection()
[all …]
/external/llvm-project/llvm/include/llvm/MC/
DMCStreamer.h217 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack; variable
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()
[all …]
/external/llvm/lib/MC/
DMCStreamer.cpp47 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in MCStreamer()
62 SectionStack.clear(); in reset()
63 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in reset()
789 MCSectionSubPair curSection = SectionStack.back().first; in SwitchSection()
790 SectionStack.back().second = curSection; in SwitchSection()
793 SectionStack.back().first = MCSectionSubPair(Section, Subsection); in SwitchSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCStreamer.cpp94 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in MCStreamer()
104 SectionStack.clear(); in reset()
105 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in reset()
1105 MCSectionSubPair curSection = SectionStack.back().first; in SwitchSection()
1106 SectionStack.back().second = curSection; in SwitchSection()
1109 SectionStack.back().first = MCSectionSubPair(Section, Subsection); in SwitchSection()
/external/llvm-project/llvm/lib/MC/
DMCStreamer.cpp94 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in MCStreamer()
104 SectionStack.clear(); in reset()
105 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in reset()
1142 MCSectionSubPair curSection = SectionStack.back().first; in SwitchSection()
1143 SectionStack.back().second = curSection; in SwitchSection()
1146 SectionStack.back().first = MCSectionSubPair(Section, Subsection); in SwitchSection()