Skip to content

Commit

Permalink
Update docs to reflect new DISubprogram elements.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105495 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Devang Patel committed Jun 4, 2010
1 parent 0f1b813 commit 80ecc15
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/SourceLevelDebugging.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 80ecc15

Please sign in to comment.