Lines Matching refs:it
138 ARMPLT::iterator it = m_SectionData->begin(); in applyPLT1() local
140 assert(it != ie && "FragmentList is empty, applyPLT1 failed!"); in applyPLT1()
149 ++it; //skip PLT0 in applyPLT1()
154 while (it != ie) { in applyPLT1()
155 plt1 = &(llvm::cast<ARMPLT1>(*it)); in applyPLT1()
170 ++it; in applyPLT1()
182 iterator it = begin(); in emit() local
185 memcpy(buffer, llvm::cast<ARMPLT0>((*it)).getValue(), ARMPLT0::EntrySize); in emit()
187 ++it; in emit()
191 while (it != ie) { in emit()
192 plt1 = &(llvm::cast<ARMPLT1>(*it)); in emit()
195 ++it; in emit()