[llvm] [cmake] Add possibility to use ChooseMSVCCRT.cmake when include LLVM library
[llvm-core.git] / include / llvm / BinaryFormat / ELFRelocs / AMDGPU.def
blob00b19c4161d08bd609cafe9975fe64579c02230e
1 #ifndef ELF_RELOC
2 #error "ELF_RELOC must be defined"
3 #endif
5 ELF_RELOC(R_AMDGPU_NONE, 0)
6 ELF_RELOC(R_AMDGPU_ABS32_LO, 1)
7 ELF_RELOC(R_AMDGPU_ABS32_HI, 2)
8 ELF_RELOC(R_AMDGPU_ABS64, 3)
9 ELF_RELOC(R_AMDGPU_REL32, 4)
10 ELF_RELOC(R_AMDGPU_REL64, 5)
11 ELF_RELOC(R_AMDGPU_ABS32, 6)
12 ELF_RELOC(R_AMDGPU_GOTPCREL, 7)
13 ELF_RELOC(R_AMDGPU_GOTPCREL32_LO, 8)
14 ELF_RELOC(R_AMDGPU_GOTPCREL32_HI, 9)
15 ELF_RELOC(R_AMDGPU_REL32_LO, 10)
16 ELF_RELOC(R_AMDGPU_REL32_HI, 11)
17 ELF_RELOC(R_AMDGPU_RELATIVE64, 13)