summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-06-04 22:49:55 +0000
committerDevang Patel <dpatel@apple.com>2010-06-04 22:49:55 +0000
commit80ecc153ea3d9a36bcaf1246125a458532901b6a (patch)
treecc987e0043fcb8fc143165d3e41bd51a44afddfe /docs
parent0f1b8135673f512b3373f3e1f16607f70537be72 (diff)
downloadllvm-80ecc153ea3d9a36bcaf1246125a458532901b6a.tar.gz
llvm-80ecc153ea3d9a36bcaf1246125a458532901b6a.tar.bz2
llvm-80ecc153ea3d9a36bcaf1246125a458532901b6a.tar.xz
Update docs to reflect new DISubprogram elements.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105495 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/SourceLevelDebugging.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html
index 48619266d9..2bbe18118e 100644
--- a/docs/SourceLevelDebugging.html
+++ b/docs/SourceLevelDebugging.html
@@ -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>