Searched refs:MCSectionSubPair (Results 1 – 8 of 8) sorted by relevance
64 using MCSectionSubPair = std::pair<MCSection *, const MCExpr *>; variable217 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;369 MCSectionSubPair getCurrentSection() const { in getCurrentSection()372 return MCSectionSubPair(); in getCurrentSection()377 MCSectionSubPair getPreviousSection() const { in getPreviousSection()380 return MCSectionSubPair(); in getPreviousSection()410 MCSectionSubPair OldSection = I->first; in PopSection()412 MCSectionSubPair NewSection = I->first; in PopSection()441 MCSectionSubPair curSection = SectionStack.back().first;443 if (MCSectionSubPair(Section, Subsection) != curSection)[all …]
94 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in MCStreamer()105 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in reset()1195 MCSectionSubPair curSection = SectionStack.back().first; in SwitchSection()1197 if (MCSectionSubPair(Section, Subsection) != curSection) { in SwitchSection()1199 SectionStack.back().first = MCSectionSubPair(Section, Subsection); in SwitchSection()
317 MCSectionSubPair P = getCurrentSection(); in emitCommonSymbol()
109 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
648 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments()700 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
752 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
329 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()347 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
1586 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionEntryLabel()2242 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionDescriptor()