Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp1358 MCSectionSubPair curSection = SectionStack.back().first; in switchSection() local
1359 SectionStack.back().second = curSection; in switchSection()
1360 if (MCSectionSubPair(Section, Subsection) != curSection) { in switchSection()