search for: objc_protocol

Displaying 2 results from an estimated 2 matches for "objc_protocol".

2016 Sep 26
4
objc object file generated for gnustep runtime for ELF target is too big
...x86_64-apple-darwin.tar.xz ( clang version 3.8.0 (tags/RELEASE_380/final) Target: x86_64-apple-darwin15.0.0 Thread model: posix ) gives another results: 1. object file has 159044 bytes size 2. in disassembler a lot of unnecessary .objc_property_list, .objc_method_list, .objc_protocol_list and .objc_protocol  in .bss and .data section 3. the final binary size is 101837 bytes size If comment in above sample #import <UIKit/UIKit.h, the size of object file and binary file in xcode compilation will be the same, but size binary and object file in case of...
2010 Jun 21
2
[LLVMdev] MC: Object file specific parsing
...MCSectionMachO::S_ATTR_NO_DEAD_STRIP); - if (IDVal == ".objc_cat_inst_meth") - return ParseDirectiveSectionSwitch("__OBJC", "__cat_inst_meth", - MCSectionMachO::S_ATTR_NO_DEAD_STRIP); - if (IDVal == ".objc_protocol") - return ParseDirectiveSectionSwitch("__OBJC", "__protocol", - MCSectionMachO::S_ATTR_NO_DEAD_STRIP); - if (IDVal == ".objc_string_object") - return ParseDirectiveSectionSwitch("__OBJC", "__stri...