Searched refs:MCSectionSubPair (Results 1 – 8 of 8) sorted by relevance
67 using MCSectionSubPair = std::pair<MCSection *, uint32_t>; variable233 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;393 MCSectionSubPair getCurrentSection() const { in getCurrentSection()396 return MCSectionSubPair(); in getCurrentSection()403 MCSectionSubPair getPreviousSection() const { in getPreviousSection()406 return MCSectionSubPair(); in getPreviousSection()
96 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in MCStreamer()106 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>()); in reset()1249 MCSectionSubPair OldSec = I->first; in popSection()1251 MCSectionSubPair NewSec = I->first; in popSection()1261 MCSectionSubPair curSection = SectionStack.back().first; in switchSection()1263 if (MCSectionSubPair(Section, Subsection) != curSection) { in switchSection()1265 SectionStack.back().first = MCSectionSubPair(Section, Subsection); in switchSection()1294 SectionStack.back().first = MCSectionSubPair(Section, 0); in switchSectionNoPrint()
280 MCSectionSubPair P = getCurrentSection(); in emitCommonSymbol()
112 MCSectionSubPair P = getCurrentSection(); in HexagonMCEmitCommonSymbol()
330 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()349 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in HexagonProcessInstruction()
726 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in ParseDirectivePrevious()
752 MCSectionSubPair PreviousSection = getStreamer().getPreviousSection(); in parseDirectivePrevious()
2021 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionEntryLabel()2880 MCSectionSubPair Current = OutStreamer->getCurrentSection(); in emitFunctionDescriptor()