Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp379 int64_t IntSubsection = 0; in changeSectionImpl() local
381 !Subsection->evaluateAsAbsolute(IntSubsection, getAssemblerPtr())) { in changeSectionImpl()
385 if (!isUInt<31>(IntSubsection)) { in changeSectionImpl()
387 "subsection number " + Twine(IntSubsection) + in changeSectionImpl()
391 CurSubsectionIdx = unsigned(IntSubsection); in changeSectionImpl()