summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-09-09 17:07:15 +0000
committerDevang Patel <dpatel@apple.com>2011-09-09 17:07:15 +0000
commit9b4a2ac1962cccdfd986ef5a67b78b092634245d (patch)
treeeb093744ca76a525d64a0a5ef277dd0f465f51af /docs
parente3a0adf162a849c7dd01514d151651850451db38 (diff)
downloadllvm-9b4a2ac1962cccdfd986ef5a67b78b092634245d.tar.gz
llvm-9b4a2ac1962cccdfd986ef5a67b78b092634245d.tar.bz2
llvm-9b4a2ac1962cccdfd986ef5a67b78b092634245d.tar.xz
Update docs to reflect recent addition of new CompileUnit elements.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139374 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/SourceLevelDebugging.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html
index d5bdfe69c6..98dfc9af0f 100644
--- a/docs/SourceLevelDebugging.html
+++ b/docs/SourceLevelDebugging.html
@@ -324,6 +324,10 @@ height="369">
i1, ;; True if this is optimized.
metadata, ;; Flags
i32 ;; Runtime version
+ metadata ;; List of enums types
+ metadata ;; List of retained types
+ metadata ;; List of subprograms
+ metadata ;; List of global variables
}
</pre>
</div>
@@ -337,7 +341,8 @@ height="369">
<p>Compile unit descriptors provide the root context for objects declared in a
specific compilation unit. File descriptors are defined using this context.
These descriptors are collected by a named metadata
- <tt>!llvm.dbg.cu</tt>.
+ <tt>!llvm.dbg.cu</tt>. Compile unit descriptor keeps track of subprograms,
+ global variables and type information.
</div>