AsmWriter/Bitcode: MDGlobalVariable
[oota-llvm.git] / include / llvm / Bitcode / LLVMBitCodes.h
index 441f6d629ea7a0e079f44fc7e6102e6a1c2ef1ed..492d7c588b3d7d4424b473c3fd5bf4e21a8b201e 100644 (file)
@@ -158,7 +158,11 @@ namespace bitc {
     METADATA_COMPILE_UNIT  = 20,  // [distinct, ...]
     METADATA_SUBPROGRAM    = 21,  // [distinct, ...]
     METADATA_LEXICAL_BLOCK = 22,  // [distinct, scope, file, line, column]
-    METADATA_LEXICAL_BLOCK_FILE=23// [distinct, scope, file, discriminator]
+    METADATA_LEXICAL_BLOCK_FILE=23,//[distinct, scope, file, discriminator]
+    METADATA_NAMESPACE     = 24,  // [distinct, scope, file, name, line]
+    METADATA_TEMPLATE_TYPE = 25,  // [distinct, scope, name, type, ...]
+    METADATA_TEMPLATE_VALUE= 26,  // [distinct, scope, name, type, value, ...]
+    METADATA_GLOBAL_VAR    = 27   // [distinct, ...]
   };
 
   // The constants block (CONSTANTS_BLOCK_ID) describes emission for each