Home | History | Annotate | Download | only in Mips

Lines Matching defs:it

40   for (iterator it = begin(), ie = end(); it != ie; ++it, ++buffer) {
41 GOTPLTEntry* got = &(llvm::cast<GOTPLTEntry>((*it)));
64 iterator it = begin();
65 llvm::cast<GOTPLTEntry>(*it++).setValue(0); // PLT lazy resolver
66 llvm::cast<GOTPLTEntry>(*it++).setValue(0); // Module pointer
68 for (; it != end(); ++it)
69 llvm::cast<GOTPLTEntry>(*it).setValue(pltAddr);