search for: objc_protocol_list

Displaying 3 results from an estimated 3 matches for "objc_protocol_list".

2006 Oct 16
1
[LLVMdev] initializer does not match global variable type.
...uct._objc_symtab = type { int, %struct._objc_selector**, short, short, [2 x sbyte*] } %struct.objc_class = type { %struct.objc_class*, %struct.objc_class*, sbyte*, int, uint, int, %struct.objc_ivar_list*, %struct.objc_method_list*, %struct.sarray*, %struct.objc_class*, %struct.objc_class*, %struct.objc_protocol_list*, sbyte* } %struct.objc_ivar_list = type opaque %struct.objc_method_list = type opaque %struct.objc_object = type { %struct.objc_class* } %struct.objc_protocol_list = type opaque %struct.sarray = type opaque %llvm.global_ctors = appending global [1 x { int, void ()* }] [ { int, void ()* } { in...
2006 Oct 17
1
[LLVMdev] initializer does not match global variable type.
...uct._objc_symtab = type { int, %struct._objc_selector**, short, short, [2 x sbyte*] } %struct.objc_class = type { %struct.objc_class*, %struct.objc_class*, sbyte*, int, uint, int, %struct.objc_ivar_list*, %struct.objc_method_list*, %struct.sarray*, %struct.objc_class*, %struct.objc_class*, %struct.objc_protocol_list*, sbyte* } %struct.objc_ivar_list = type opaque %struct.objc_method_list = type opaque %struct.objc_object = type { %struct.objc_class* } %struct.objc_protocol_list = type opaque %struct.sarray = type opaque %llvm.global_ctors = appending global [1 x { int, void ()* }] [ { int, void ()* } { in...
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 cl...