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

/external/llvm/lib/MC/
H A DMCObjectStreamer.cpp177 int64_t IntSubsection = 0; local
179 !Subsection->EvaluateAsAbsolute(IntSubsection, getAssembler()))
181 if (IntSubsection < 0 || IntSubsection > 8192)
184 CurSectionData->getSubsectionInsertionPoint(unsigned(IntSubsection));

Completed in 70 milliseconds