Lines Matching refs:it
109 X86PLT::iterator it = begin(); in finalizeSectionSize() local
110 ++it; in finalizeSectionSize()
111 if (end() != it) { in finalizeSectionSize()
113 PLTEntryBase* plt1 = &(llvm::cast<PLTEntryBase>(*it)); in finalizeSectionSize()
206 X86PLT::iterator it = m_SectionData->begin(); in applyPLT1() local
208 assert(it != ie && "FragmentList is empty, applyPLT1 failed!"); in applyPLT1()
219 ++it; in applyPLT1()
225 while (it != ie) { in applyPLT1()
226 plt1 = &(llvm::cast<PLTEntryBase>(*it)); in applyPLT1()
250 ++it; in applyPLT1()
292 X86PLT::iterator it = m_SectionData->begin(); in applyPLT1() local
294 assert(it != ie && "FragmentList is empty, applyPLT1 failed!"); in applyPLT1()
306 ++it; in applyPLT1()
315 while (it != ie) { in applyPLT1()
316 plt1 = &(llvm::cast<PLTEntryBase>(*it)); in applyPLT1()
343 ++it; in applyPLT1()