Searched refs:SubsecExpr (Results 1 – 1 of 1) sorted by relevance
1370 bool MCStreamer::switchSection(MCSection *Section, const MCExpr *SubsecExpr) { in switchSection() argument1372 if (SubsecExpr) { in switchSection()1373 if (!SubsecExpr->evaluateAsAbsolute(Subsec, getAssemblerPtr())) { in switchSection()1374 getContext().reportError(SubsecExpr->getLoc(), in switchSection()1379 getContext().reportError(SubsecExpr->getLoc(), in switchSection()