Home
last modified time | relevance | path

Searched refs:RelocationType (Results 1 – 13 of 13) 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()
273 switch ((ARM::RelocationType)MR->getRelocationType()) { in relocate()
DARMRelocations.h21 enum RelocationType { enum
/external/llvm/lib/Target/Mips/
DMipsRelocations.h22 enum RelocationType { enum
DMipsJITInfo.cpp255 switch ((Mips::RelocationType) MR->getRelocationType()) { in relocate()
/external/llvm/lib/Target/X86/
DX86Relocations.h26 enum RelocationType { enum
DX86JITInfo.cpp553 switch ((X86::RelocationType)MR->getRelocationType()) { in relocate()
/external/llvm/lib/Target/PowerPC/
DPPCRelocations.h27 enum RelocationType { enum
DPPCJITInfo.cpp429 switch ((PPC::RelocationType)MR->getRelocationType()) { in relocate()
/external/llvm/lib/Target/Sparc/
DSparcRelocations.h22 enum RelocationType { enum
DSparcJITInfo.cpp282 switch ((SP::RelocationType) MR->getRelocationType()) { in relocate()
/external/chromium_org/third_party/android_crazy_linker/src/src/
Dcrazy_linker_elf_relocations.cpp90 enum RelocationType { enum
99 RelocationType GetRelocationType(ELF::Word r_type) { in GetRelocationType()
706 RelocationType r = GetRelocationType(rel_type); in ResolveSymbol()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1880 is a ``RelocationType`` enum that may be used to relocate addresses (for
1881 example, a global address with a PIC base offset). The ``RelocationType`` enum
1883 file. The ``RelocationType`` is used by the ``relocate`` method defined in
1893 enum RelocationType {