Searched refs:Subsec (Results 1 – 3 of 3) sorted by relevance
1371 int64_t Subsec = 0; in switchSection() local1373 if (!SubsecExpr->evaluateAsAbsolute(Subsec, getAssemblerPtr())) { in switchSection()1378 if (!isUInt<31>(Subsec)) { in switchSection()1380 "subsection number " + Twine(Subsec) + in switchSection()1385 switchSection(Section, Subsec); in switchSection()
550 auto [Sec, Subsec] = getCurrentSection(); in popSection()551 Sec->printSwitchToSection(*MAI, getContext().getTargetTriple(), OS, Subsec); in popSection()
449 virtual void switchSection(MCSection *Section, uint32_t Subsec = 0);