Home
last modified time | relevance | path

Searched refs:SubsecExpr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp1273 bool MCStreamer::switchSection(MCSection *Section, const MCExpr *SubsecExpr) { in switchSection() argument
1275 if (SubsecExpr) { in switchSection()
1276 if (!SubsecExpr->evaluateAsAbsolute(Subsec, getAssemblerPtr())) { in switchSection()
1277 getContext().reportError(SubsecExpr->getLoc(), in switchSection()
1282 getContext().reportError(SubsecExpr->getLoc(), in switchSection()