AsmWriter/Bitcode: MDNamespace
[oota-llvm.git] / include / llvm / Bitcode / LLVMBitCodes.h
index 5856fdfbcb74ad0b4f93267f92190984d829292a..08feb827a3db09f32ff5752903cbf55c4667949e 100644 (file)
@@ -150,7 +150,16 @@ namespace bitc {
     METADATA_GENERIC_DEBUG = 12,  // [distinct, tag, vers, header, n x md num]
     METADATA_SUBRANGE      = 13,  // [distinct, count, lo]
     METADATA_ENUMERATOR    = 14,  // [distinct, value, name?]
-    METADATA_BASIC_TYPE    = 15   // [distinct, tag, name, size, align, enc]
+    METADATA_BASIC_TYPE    = 15,  // [distinct, tag, name, size, align, enc]
+    METADATA_FILE          = 16,  // [distinct, filename, directory]
+    METADATA_DERIVED_TYPE  = 17,  // [distinct, ...]
+    METADATA_COMPOSITE_TYPE= 18,  // [distinct, ...]
+    METADATA_SUBROUTINE_TYPE=19,  // [distinct, flags, types]
+    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_NAMESPACE     = 24   // [distinct, scope, file, name, line]
   };
 
   // The constants block (CONSTANTS_BLOCK_ID) describes emission for each