Searched refs:getRelocationType (Results 1 – 12 of 12) sorted by relevance
240 ARM::RelocationType RT = (ARM::RelocationType)MR->getRelocationType(); in resolveRelocDestAddr()274 switch ((ARM::RelocationType)MR->getRelocationType()) { in relocate()291 if (MR->getRelocationType() == ARM::reloc_arm_vfp_cp_entry) in relocate()
28 virtual unsigned getRelocationType(unsigned MachineRelTy) const;
35 unsigned ARMELFWriterInfo::getRelocationType(unsigned MachineRelTy) const { in getRelocationType() function in ARMELFWriterInfo
35 unsigned MBlazeELFWriterInfo::getRelocationType(unsigned MachineRelTy) const { in getRelocationType() function in MBlazeELFWriterInfo
29 virtual unsigned getRelocationType(unsigned MachineRelTy) const;
35 unsigned X86ELFWriterInfo::getRelocationType(unsigned MachineRelTy) const { in getRelocationType() function in X86ELFWriterInfo
538 switch ((X86::RelocationType)MR->getRelocationType()) { in relocate()
93 virtual unsigned getRelocationType(unsigned MachineRelTy) const = 0;
415 switch ((PPC::RelocationType)MR->getRelocationType()) { in relocate()437 if (MR->getRelocationType() == PPC::reloc_absolute_high) { in relocate()
202 unsigned getRelocationType() const { in getRelocationType() function
785 unsigned RelType = TEW->getRelocationType(MR.getRelocationType()); in EmitRelocations()