Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCStreamer.h441 MCSectionSubPair curSection = SectionStack.back().first;
442 SectionStack.back().second = curSection;
443 if (MCSectionSubPair(Section, Subsection) != curSection)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCStreamer.cpp1195 MCSectionSubPair curSection = SectionStack.back().first; in SwitchSection() local
1196 SectionStack.back().second = curSection; in SwitchSection()
1197 if (MCSectionSubPair(Section, Subsection) != curSection) { in SwitchSection()