Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp1274 int64_t Subsec = 0; in switchSection() local
1276 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h431 virtual void switchSection(MCSection *Section, uint32_t Subsec = 0);