Introduce support to encode Objective-C property information in debugging information generated for an interface.

llvm-svn: 129624
This commit is contained in:
Devang Patel
2011-04-16 00:11:51 +00:00
parent 78a685aa2d
commit 514b4006c2
7 changed files with 133 additions and 2 deletions

View File

@@ -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>