mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Clang emits ObjC strings into special sections
d5e7c27d53/clang/lib/CodeGen/CGObjCMac.cpp (L4056-L4072)
As far as I can tell from `CGObjCMac.cpp`:
* types go into `__objc_methtype`
* class, category, and protocol names go into `__objc_classname`
* method names, property names, and property types go into
`__objc_methname`
See also https://github.com/swiftlang/swift/pull/84236.
56 KiB
56 KiB