Lines Matching refs:reloc
595 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); in scanRelocations() local
596 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) { in scanRelocations()
597 Relocation* relocation = llvm::cast<Relocation>(reloc); in scanRelocations()
799 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); in relocation() local
800 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) { in relocation()
801 Relocation* relocation = llvm::cast<Relocation>(reloc); in relocation()
883 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); in normalSyncRelocationResult() local
884 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) { in normalSyncRelocationResult()
885 Relocation* relocation = llvm::cast<Relocation>(reloc); in normalSyncRelocationResult()
914 Relocation* reloc = *iter; in normalSyncRelocationResult() local
915 writeRelocationResult(*reloc, data); in normalSyncRelocationResult()
939 Relocation* reloc = llvm::cast<Relocation>(relocIter); in partialSyncRelocationResult() local
947 if (reloc->type() == 0x0) in partialSyncRelocationResult()
949 writeRelocationResult(*reloc, data); in partialSyncRelocationResult()