Searched refs:relocIter (Results 1 – 1 of 1) sorted by relevance
530 RelocationListType::iterator relocIter, relocEnd = m_RelocationList.end(); in applyRelocations() local532 for (relocIter = m_RelocationList.begin(); relocIter != relocEnd; ++relocIter) { in applyRelocations()533 llvm::MCFragment* frag = (llvm::MCFragment*)relocIter; in applyRelocations()548 RelocationListType::iterator relocIter, relocEnd = m_RelocationList.end(); in syncRelocationResult() local549 for (relocIter = m_RelocationList.begin(); relocIter != relocEnd; ++relocIter) { in syncRelocationResult()551 llvm::MCFragment* frag = (llvm::MCFragment*)relocIter; in syncRelocationResult()