Lines Matching refs:reloc
583 Relocation* reloc = llvm::cast<Relocation>(reloc_it); in setUpReachedSectionsForGC() local
584 ResolveInfo* sym = reloc->symInfo(); in setUpReachedSectionsForGC()
759 Relocation* reloc = in rewriteARMExIdxSection() local
763 reloc->setSymInfo( in rewriteARMExIdxSection()
765 addExtraRelocation(reloc); in rewriteARMExIdxSection()
779 Relocation* reloc = in rewriteARMExIdxSection() local
783 reloc->setSymInfo(CreateLocalSymbolToFragmentEnd(pModule, *prevTextFrag)); in rewriteARMExIdxSection()
784 addExtraRelocation(reloc); in rewriteARMExIdxSection()
830 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end(); in doRelax() local
831 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) { in doRelax()
832 Relocation* relocation = llvm::cast<Relocation>(reloc); in doRelax()