summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit24a674bfc7b573d053de8d3d55c49333f02dfc68 (patch)
tree7bb01da6327de8020f425efb42c960bfec524fd4 /llvm/docs
parent6b3bcf29f54cee7f91fe9f6d9ebbcb8f0b68ea0b (diff)
downloadbcm5719-llvm-24a674bfc7b573d053de8d3d55c49333f02dfc68.tar.gz
bcm5719-llvm-24a674bfc7b573d053de8d3d55c49333f02dfc68.zip
Update docs to reflect recent addition of new CompileUnit elements.
llvm-svn: 139374
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/SourceLevelDebugging.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html
index d5bdfe69c63..98dfc9af0fe 100644
--- a/llvm/docs/SourceLevelDebugging.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud