Searched refs:MCSectionSubPair (Results 1 – 9 of 9) sorted by relevance
66 using MCSectionSubPair = std::pair<MCSection *, uint32_t>; variable240 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;411 MCSectionSubPair getCurrentSection() const { in getCurrentSection()414 return MCSectionSubPair(); in getCurrentSection()421 MCSectionSubPair getPreviousSection() const { in getPreviousSection()424 return MCSectionSubPair(); in getPreviousSection()
96 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in MCStreamer()106 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in reset()1346 MCSectionSubPair OldSec = I->first; in popSection()1348 MCSectionSubPair NewSec = I->first; in popSection()1358 MCSectionSubPair curSection = SectionStack.back().first; in switchSection()1360 if (MCSectionSubPair(Section, Subsection) != curSection) { in switchSection()1362 SectionStack.back().first = MCSectionSubPair(Section, Subsection); in switchSection()1391 SectionStack.back().first = MCSectionSubPair(Section, 0); in switchSectionNoPrint()
278 MCSectionSubPair P = getCurrentSection(); in emitCommonSymbol()
533 MCSectionSubPair Cur = getCurrentSection(); in switchSection()535 MCSectionSubPair(Section, Subsection) != Cur) { in switchSection()
112 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
328 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()347 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
685 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
742 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
1999 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionEntryLabel()2859 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionDescriptor()