Searched defs:IntSubsection (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/MC/
H A DMCObjectStreamer.cpp208 int64_t IntSubsection = 0; local
210 !Subsection->evaluateAsAbsolute(IntSubsection, getAssembler()))
212 if (IntSubsection < 0 || IntSubsection > 8192)
215 Section->getSubsectionInsertionPoint(unsigned(IntSubsection));

Completed in 170 milliseconds