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.cpp1370 bool MCStreamer::switchSection(MCSection *Section, const MCExpr *SubsecExpr) { in switchSection() argument
1372 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()