Difference between revisions of "User:Jonas"

From Lazarus wiki
Jump to navigationJump to search
m (New page: ===Apple gcc Objective-C code=== gcc/objc/objc-act.c * generate_protocols(): create meta-class info for referenced protocols * encode_method_prototype(): toplevel function to create t...)
 
Line 2: Line 2:
  
 
gcc/objc/objc-act.c
 
gcc/objc/objc-act.c
  * generate_protocols(): create meta-class info for referenced protocols
+
* generate_protocols(): create meta-class info for referenced protocols
  * encode_method_prototype(): toplevel function to create the parameter info ("i8@0:4\0" etc, objc_meth_var_types section)
+
* encode_method_prototype(): toplevel function to create the parameter info ("i8@0:4\0" etc, objc_meth_var_types section)
  * finish_objc(): generate all class metadata (rtti)
+
* finish_objc(): generate all class metadata (rtti)

Revision as of 19:04, 26 July 2009

Apple gcc Objective-C code

gcc/objc/objc-act.c

  • generate_protocols(): create meta-class info for referenced protocols
  • encode_method_prototype(): toplevel function to create the parameter info ("i8@0:4\0" etc, objc_meth_var_types section)
  • finish_objc(): generate all class metadata (rtti)