Lines Matching defs:it
70 HexagonPLT::iterator it = begin();
71 ++it;
72 if (end() != it) {
74 PLTEntryBase* plt1 = &(llvm::cast<PLTEntryBase>(*it));
126 HexagonPLT::iterator it = m_pSectionData->begin();
128 assert(it != ie && "FragmentList is empty, applyPLT1 failed!");
136 ++it; // skip PLT0
141 while (it != ie) {
142 plt1 = &(llvm::cast<HexagonPLT1>(*it));
161 ++it;
170 iterator it = begin();
174 llvm::cast<HexagonPLT0>((*it)).getValue(),
177 ++it;
181 while (it != ie) {
182 plt1 = &(llvm::cast<HexagonPLT1>(*it));
185 ++it;