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 | e89b7595014f239d55a964c5e68e8020106ad6b2 (patch) | |
tree | 0eb5d7c6a805f6789bf57f67ce03ff0be251e275 /llvm/docs/SourceLevelDebugging.html | |
parent | 76f513f86220730574c9281eb2167aabed0e0f84 (diff) | |
download | bcm5719-llvm-e89b7595014f239d55a964c5e68e8020106ad6b2.tar.gz bcm5719-llvm-e89b7595014f239d55a964c5e68e8020106ad6b2.zip |
Update docs to reflect new DISubprogram elements.
llvm-svn: 105495
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.html')
-rw-r--r-- | llvm/docs/SourceLevelDebugging.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html index 48619266d97..2bbe18118e1 100644 --- a/llvm/docs/SourceLevelDebugging.html +++ b/llvm/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> |