diff options
author | Devang Patel <dpatel@apple.com> | 2010-06-04 22:49:55 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-06-04 22:49:55 +0000 |
commit | 80ecc153ea3d9a36bcaf1246125a458532901b6a (patch) | |
tree | cc987e0043fcb8fc143165d3e41bd51a44afddfe /docs/SourceLevelDebugging.html | |
parent | 0f1b8135673f512b3373f3e1f16607f70537be72 (diff) |
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/SourceLevelDebugging.html')
-rw-r--r-- | docs/SourceLevelDebugging.html | 7 |
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> |