Home
last modified time | relevance | path

Searched refs:curSection (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCStreamer.h197 const MCSection *curSection = SectionStack.back().first; in PopSection() local
199 if (oldSection != curSection) in PopSection()
200 ChangeSection(curSection); in PopSection()
210 const MCSection *curSection = SectionStack.back().first; in SwitchSection() local
211 SectionStack.back().second = curSection; in SwitchSection()
212 if (Section != curSection) { in SwitchSection()
223 const MCSection *curSection = SectionStack.back().first; in SwitchSectionNoChange() local
224 SectionStack.back().second = curSection; in SwitchSectionNoChange()
225 if (Section != curSection) in SwitchSectionNoChange()
/external/llvm/include/llvm/MC/
DMCStreamer.h364 MCSectionSubPair curSection = SectionStack.back().first;
365 SectionStack.back().second = curSection;
366 if (MCSectionSubPair(Section, Subsection) != curSection)
/external/llvm/lib/MC/
DMCStreamer.cpp789 MCSectionSubPair curSection = SectionStack.back().first; in SwitchSection() local
790 SectionStack.back().second = curSection; in SwitchSection()
791 if (MCSectionSubPair(Section, Subsection) != curSection) { in SwitchSection()