summaryrefslogtreecommitdiffstats
path: root/llvm/docs/SourceLevelDebugging.html
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-04-16 00:11:51 +0000
committerDevang Patel <dpatel@apple.com>2011-04-16 00:11:51 +0000
commit514b4006c26882fc68c3fa336c4c0f5781ddb8b6 (patch)
tree465d935cf4797573170c4adfea29ca147e98dd85 /llvm/docs/SourceLevelDebugging.html
parent78a685aa2d8bbf48f25f2f93d4c0a74652eb0e9b (diff)
downloadbcm5719-llvm-514b4006c26882fc68c3fa336c4c0f5781ddb8b6.tar.gz
bcm5719-llvm-514b4006c26882fc68c3fa336c4c0f5781ddb8b6.zip
Introduce support to encode Objective-C property information in debugging information generated for an interface.
llvm-svn: 129624
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.html')
-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 aed42943a33..544b9142e26 100644
--- a/llvm/docs/SourceLevelDebugging.html
+++ b/llvm/docs/SourceLevelDebugging.html
@@ -551,7 +551,12 @@ DW_ATE_unsigned_char = 8
i64, ;; Size in bits
i64, ;; Alignment in bits
i64, ;; Offset in bits
- metadata ;; Reference to type derived from
+ metadata, ;; Reference to type derived from
+ metadata, ;; (optional) Name of the Objective C property assoicated with
+ ;; Objective-C an ivar
+ metadata, ;; (optional) Name of the Objective C property getter selector.
+ metadata, ;; (optional) Name of the Objective C property setter selector.
+ i32 ;; (optional) Objective C property attributes.
}
</pre>
</div>
OpenPOWER on IntegriCloud