[llvm-commits] [llvm] r105495 - /llvm/trunk/docs/SourceLevelDebugging.html

Devang Patel dpatel at apple.com
Fri Jun 4 15:49:56 PDT 2010


Author: dpatel
Date: Fri Jun  4 17:49:55 2010
New Revision: 105495

URL: http://llvm.org/viewvc/llvm-project?rev=105495&view=rev
Log:
Update docs to reflect new DISubprogram elements.

Modified:
    llvm/trunk/docs/SourceLevelDebugging.html

Modified: llvm/trunk/docs/SourceLevelDebugging.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/SourceLevelDebugging.html?rev=105495&r1=105494&r2=105495&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.html (original)
+++ llvm/trunk/docs/SourceLevelDebugging.html Fri Jun  4 17:49:55 2010
@@ -433,6 +433,13 @@
   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>





More information about the llvm-commits mailing list