Home
last modified time | relevance | path

Searched refs:getRelocationType (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMJITInfo.cpp240 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()
DARMELFWriterInfo.h28 virtual unsigned getRelocationType(unsigned MachineRelTy) const;
DARMELFWriterInfo.cpp35 unsigned ARMELFWriterInfo::getRelocationType(unsigned MachineRelTy) const { in getRelocationType() function in ARMELFWriterInfo
/external/llvm/lib/Target/MBlaze/
DMBlazeELFWriterInfo.h28 virtual unsigned getRelocationType(unsigned MachineRelTy) const;
DMBlazeELFWriterInfo.cpp35 unsigned MBlazeELFWriterInfo::getRelocationType(unsigned MachineRelTy) const { in getRelocationType() function in MBlazeELFWriterInfo
/external/llvm/lib/Target/X86/
DX86ELFWriterInfo.h29 virtual unsigned getRelocationType(unsigned MachineRelTy) const;
DX86ELFWriterInfo.cpp35 unsigned X86ELFWriterInfo::getRelocationType(unsigned MachineRelTy) const { in getRelocationType() function in X86ELFWriterInfo
DX86JITInfo.cpp538 switch ((X86::RelocationType)MR->getRelocationType()) { in relocate()
/external/llvm/include/llvm/Target/
DTargetELFWriterInfo.h93 virtual unsigned getRelocationType(unsigned MachineRelTy) const = 0;
/external/llvm/lib/Target/PowerPC/
DPPCJITInfo.cpp415 switch ((PPC::RelocationType)MR->getRelocationType()) { in relocate()
437 if (MR->getRelocationType() == PPC::reloc_absolute_high) { in relocate()
/external/llvm/include/llvm/CodeGen/
DMachineRelocation.h202 unsigned getRelocationType() const { in getRelocationType() function
/external/llvm/lib/CodeGen/
DELFWriter.cpp785 unsigned RelType = TEW->getRelocationType(MR.getRelocationType()); in EmitRelocations()