Searched refs:relocIter (Results 1 – 1 of 1) sorted by relevance
937 RelocData::iterator relocIter, relocEnd = reloc_data->end(); in partialSyncRelocationResult() local938 for (relocIter = reloc_data->begin(); relocIter != relocEnd; ++relocIter) { in partialSyncRelocationResult()939 Relocation* reloc = llvm::cast<Relocation>(relocIter); in partialSyncRelocationResult()