Home | History | Annotate | Download | only in ARM

Lines Matching refs:it

64     entry_iterator it, end = m_GOTPLT.end();
65 for (it = m_GOTPLT.begin(); it != end; ++it) {
66 ARMGOTEntry* entry = *it;
78 entry_iterator it, end = m_GOT.end();
79 for (it = m_GOT.begin(); it != end; ++it) {
80 ARMGOTEntry* entry = *it;
120 for (iterator it = begin(), ie = end(); it != ie; ++it, ++buffer) {
121 got = &(llvm::cast<ARMGOTEntry>((*it)));