Searched refs:Subsec (Results 1 – 2 of 2) sorted by relevance
1274 int64_t Subsec = 0; in switchSection() local1276 if (!SubsecExpr->evaluateAsAbsolute(Subsec, getAssemblerPtr())) { in switchSection()1281 if (!isUInt<31>(Subsec)) { in switchSection()1283 "subsection number " + Twine(Subsec) + in switchSection()1288 switchSection(Section, Subsec); in switchSection()
431 virtual void switchSection(MCSection *Section, uint32_t Subsec = 0);