Lines Matching defs:it
107 AArch64PLT::iterator it = m_pSectionData->begin();
109 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
117 ++it; // skip PLT0
122 while (it != ie) {
123 plt1 = &(llvm::cast<AArch64PLT1>(*it));
138 ++it;
149 iterator it = begin();
153 llvm::cast<AArch64PLT0>((*it)).getValue(),
156 ++it;
160 while (it != ie) {
161 plt1 = &(llvm::cast<AArch64PLT1>(*it));
164 ++it;