Home | History | Annotate | Download | only in AArch64

Lines Matching refs:it

57   for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it) {
58 addFixup(**it);
103 fixup_iterator it = fixup_begin();
106 Relocation::Create((*it)->type(),
107 *(FragmentRef::Create(*this, (*it)->offset())),
108 (*it)->addend());
118 ++it;
119 reloc = Relocation::Create((*it)->type(),
120 *(FragmentRef::Create(*this, (*it)->offset())),
121 (*it)->addend());
126 assert((++it) == fixup_end());