Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineRelocation.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 …]
/external/llvm/lib/Target/ARM/
DARMJITInfo.cpp240 ARM::RelocationType RT = (ARM::RelocationType)MR->getRelocationType(); in resolveRelocDestAddr()
274 switch ((ARM::RelocationType)MR->getRelocationType()) { in relocate()
DARMRelocations.h21 enum RelocationType { enum
/external/llvm/lib/Target/Mips/
DMipsRelocations.h22 enum RelocationType { enum
DMipsJITInfo.cpp202 switch ((Mips::RelocationType) MR->getRelocationType()) { in relocate()
/external/llvm/lib/Target/MBlaze/
DMBlazeRelocations.h21 enum RelocationType { enum
/external/llvm/lib/Target/X86/
DX86Relocations.h26 enum RelocationType { enum
DX86JITInfo.cpp543 switch ((X86::RelocationType)MR->getRelocationType()) { in relocate()
/external/llvm/lib/Target/PowerPC/
DPPCRelocations.h27 enum RelocationType { enum
DPPCJITInfo.cpp417 switch ((PPC::RelocationType)MR->getRelocationType()) { in relocate()