Lines Matching defs:it
102 ARMPLT::iterator it = m_pSectionData->begin();
104 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
111 ++it; // skip PLT0
116 while (it != ie) {
117 plt1 = &(llvm::cast<ARMPLT1>(*it));
132 ++it;
143 iterator it = begin();
146 memcpy(buffer, llvm::cast<ARMPLT0>((*it)).getValue(), ARMPLT0::EntrySize);
148 ++it;
152 while (it != ie) {
153 plt1 = &(llvm::cast<ARMPLT1>(*it));
156 ++it;