Revert 106592 for now. It causes clang-selfhost build failure.
[oota-llvm.git] / docs / SourceLevelDebugging.html
index 48619266d979f37f7f967a797c1944b2d864f4d0..2bbe18118e122bd8825b7b558beeedb58b6c70b2 100644 (file)
@@ -433,6 +433,13 @@ provide details such as name, type and where the variable is defined.</p>
   metadata, ;; Reference to type descriptor
   i1,       ;; True if the global is local to compile unit (static)
   i1        ;; True if the global is defined in the compile unit (not extern)
+  i32       ;; Virtuality, e.g. dwarf::DW_VIRTUALITY__virtual
+  i32       ;; Index into a virtual function
+  metadata, ;; indicates which base type contains the vtable pointer for the 
+            ;; derived class
+  i1        ;; isArtificial
+  i1        ;; isOptimized
+  Function *;; Pointer to LLVM function
 }
 </pre>
 </div>