Searched refs:MCSectionSubPair (Results 1 – 8 of 8) sorted by relevance
66 using MCSectionSubPair = std::pair<MCSection *, const MCExpr *>; variable232 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;384 MCSectionSubPair getCurrentSection() const { in getCurrentSection()387 return MCSectionSubPair(); in getCurrentSection()392 MCSectionSubPair getPreviousSection() const { in getPreviousSection()395 return MCSectionSubPair(); in getPreviousSection()425 MCSectionSubPair OldSection = I->first; in popSection()427 MCSectionSubPair NewSection = I->first; in popSection()456 MCSectionSubPair curSection = SectionStack.back().first;458 if (MCSectionSubPair(Section, Subsection) != curSection)[all …]
97 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in MCStreamer()108 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in reset()1236 MCSectionSubPair curSection = SectionStack.back().first; in switchSection()1238 if (MCSectionSubPair(Section, Subsection) != curSection) { in switchSection()1240 SectionStack.back().first = MCSectionSubPair(Section, Subsection); in switchSection()
328 MCSectionSubPair P = getCurrentSection(); in emitCommonSymbol()
110 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
669 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()719 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
752 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
329 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()348 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
1736 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionEntryLabel()2550 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionDescriptor()