Home | History | Annotate | Download | only in AArch64

Lines Matching refs:it

67     entry_iterator it, end = m_GOTPLT.end();
68 for (it = m_GOTPLT.begin(); it != end; ++it) {
69 AArch64GOTEntry* entry = *it;
81 entry_iterator it, end = m_GOT.end();
82 for (it = m_GOT.begin(); it != end; ++it) {
83 AArch64GOTEntry* entry = *it;
123 for (iterator it = begin(), ie = end(); it != ie; ++it, ++buffer) {
124 got = &(llvm::cast<AArch64GOTEntry>((*it)));