Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectStreamer.cpp297 int64_t IntSubsection = 0; in changeSectionImpl() local
299 !Subsection->evaluateAsAbsolute(IntSubsection, getAssemblerPtr())) in changeSectionImpl()
301 if (IntSubsection < 0 || IntSubsection > 8192) in changeSectionImpl()
304 Section->getSubsectionInsertionPoint(unsigned(IntSubsection)); in changeSectionImpl()