Lines Matching refs:relocation
597 Relocation* relocation = llvm::cast<Relocation>(reloc); in scanRelocations() local
600 ResolveInfo* info = relocation->symInfo(); in scanRelocations()
609 *relocation, *m_pBuilder, *m_pModule, **rs, **input); in scanRelocations()
612 *relocation, *m_pModule); in scanRelocations()
779 bool ObjectLinker::relocation() { in relocation() function in mcld::ObjectLinker
801 Relocation* relocation = llvm::cast<Relocation>(reloc); in relocation() local
804 ResolveInfo* info = relocation->symInfo(); in relocation()
818 debug_str_sect->getDebugString()->applyOffset(*relocation, in relocation()
823 relocation->apply(*m_LDBackend.getRelocator()); in relocation()
885 Relocation* relocation = llvm::cast<Relocation>(reloc); in normalSyncRelocationResult() local
888 ResolveInfo* info = relocation->symInfo(); in normalSyncRelocationResult()
900 if (relocation->type() == 0x0) in normalSyncRelocationResult()
902 writeRelocationResult(*relocation, data); in normalSyncRelocationResult()