Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCStreamer.h346 MCSectionSubPair curSection = SectionStack.back().first;
347 SectionStack.back().second = curSection;
348 if (MCSectionSubPair(Section, Subsection) != curSection)
/external/llvm/lib/MC/
DMCStreamer.cpp708 MCSectionSubPair curSection = SectionStack.back().first; in SwitchSection() local
709 SectionStack.back().second = curSection; in SwitchSection()
710 if (MCSectionSubPair(Section, Subsection) != curSection) { in SwitchSection()