Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp1371 int64_t Subsec = 0; in switchSection() local
1373 if (!SubsecExpr->evaluateAsAbsolute(Subsec, getAssemblerPtr())) { in switchSection()
1378 if (!isUInt<31>(Subsec)) { in switchSection()
1380 "subsection number " + Twine(Subsec) + in switchSection()
1385 switchSection(Section, Subsec); in switchSection()
H A DMCAsmStreamer.cpp550 auto [Sec, Subsec] = getCurrentSection(); in popSection()
551 Sec->printSwitchToSection(*MAI, getContext().getTargetTriple(), OS, Subsec); in popSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h449 virtual void switchSection(MCSection *Section, uint32_t Subsec = 0);