aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMRelocations.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/ARM/ARMRelocations.h')
-rw-r--r--lib/Target/ARM/ARMRelocations.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMRelocations.h b/lib/Target/ARM/ARMRelocations.h
index 2c1a98990a..8424386916 100644
--- a/lib/Target/ARM/ARMRelocations.h
+++ b/lib/Target/ARM/ARMRelocations.h
@@ -35,6 +35,13 @@ namespace llvm {
// entry.
reloc_arm_machine_cp_entry,
+ // reloc_arm_jt_base - PC relative relocation for jump tables whose
+ // addresses are kept locally in a map.
+ reloc_arm_jt_base,
+
+ // reloc_arm_pic_jt - PIC jump table entry relocation: dest bb - jt base.
+ reloc_arm_pic_jt,
+
// reloc_arm_branch - Branch address relocation.
reloc_arm_branch
};