ARM64: initial backend import
[oota-llvm.git] / include / llvm / MC / MCExpr.h
index a822513ffd899e73ce88ac10c3651b4dd73d9dcd..0033a54e4220b7c1baee71d82911d4aaa177b28d 100644 (file)
@@ -158,8 +158,15 @@ public:
     VK_TLSLDM,
     VK_TPOFF,
     VK_DTPOFF,
-    VK_TLVP,      // Mach-O thread local variable relocation
+    VK_TLVP,      // Mach-O thread local variable relocations
+    VK_TLVPPAGE,
+    VK_TLVPPAGEOFF,
+    VK_PAGE,
+    VK_PAGEOFF,
+    VK_GOTPAGE,
+    VK_GOTPAGEOFF,
     VK_SECREL,
+    VK_WEAKREF,   // The link between the symbols in .weakref foo, bar
 
     VK_ARM_NONE,
     VK_ARM_TARGET1,