Home
last modified time | relevance | path

Searched refs:RelocationType (Results 1 – 11 of 11) sorted by relevance

/trueos/contrib/llvm/include/llvm/CodeGen/
HDMachineRelocation.h76 enum RelocationType { enum
82 static MachineRelocation getGV(uintptr_t offset, unsigned RelocationType,
86 assert((RelocationType & ~63) == 0 && "Relocation type too large!");
90 Result.TargetReloType = RelocationType;
102 unsigned RelocationType,
106 assert((RelocationType & ~63) == 0 && "Relocation type too large!");
110 Result.TargetReloType = RelocationType;
121 static MachineRelocation getBB(uintptr_t offset,unsigned RelocationType,
123 assert((RelocationType & ~63) == 0 && "Relocation type too large!");
127 Result.TargetReloType = RelocationType;
[all …]
/trueos/contrib/llvm/lib/Target/ARM/
HDARMJITInfo.cpp239 ARM::RelocationType RT = (ARM::RelocationType)MR->getRelocationType(); in resolveRelocDestAddr()
272 switch ((ARM::RelocationType)MR->getRelocationType()) { in relocate()
HDARMRelocations.h21 enum RelocationType { enum
/trueos/contrib/llvm/lib/Target/Mips/
HDMipsRelocations.h22 enum RelocationType { enum
HDMipsJITInfo.cpp254 switch ((Mips::RelocationType) MR->getRelocationType()) { in relocate()
/trueos/contrib/llvm/lib/Target/X86/
HDX86Relocations.h26 enum RelocationType { enum
HDX86JITInfo.cpp547 switch ((X86::RelocationType)MR->getRelocationType()) { in relocate()
/trueos/contrib/llvm/lib/Target/PowerPC/
HDPPCRelocations.h27 enum RelocationType { enum
HDPPCJITInfo.cpp418 switch ((PPC::RelocationType)MR->getRelocationType()) { in relocate()
/trueos/contrib/llvm/lib/Target/Sparc/
HDSparcRelocations.h22 enum RelocationType { enum
HDSparcJITInfo.cpp280 switch ((SP::RelocationType) MR->getRelocationType()) { in relocate()