Home
last modified time | relevance | path

Searched refs:objc_method_template (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-next-runtime-abi-02.c1847 if (!objc_method_template) in build_metadata_templates()
1848 objc_method_template = build_method_template (); in build_metadata_templates()
2322 method_list_template = build_v2_method_list_template (objc_method_template, in generate_v2_meth_descriptor_table()
2329 entsize = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_method_template)); in generate_v2_meth_descriptor_table()
2333 build_v2_descriptor_table_initializer (objc_method_template, in generate_v2_meth_descriptor_table()
2626 = build_v2_method_list_template (objc_method_template, size); in generate_v2_dispatch_table()
2628 = build_dispatch_table_initializer (objc_method_template, chain); in generate_v2_dispatch_table()
2632 init_val = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_method_template)); in generate_v2_dispatch_table()
H A Dobjc-next-runtime-abi-01.c1134 if (!objc_method_template) in build_metadata_templates()
1135 objc_method_template = build_method_template (); in build_metadata_templates()
1669 if (!objc_method_template) in generate_dispatch_table()
1670 objc_method_template = build_method_template (); in generate_dispatch_table()
1672 method_list_template = build_method_list_template (objc_method_template, in generate_dispatch_table()
1674 initlist = build_dispatch_table_initializer (objc_method_template, chain); in generate_dispatch_table()
H A Dobjc-gnu-runtime-abi-01.c1358 if (!objc_method_template) in generate_dispatch_table()
1359 objc_method_template = build_method_template (); in generate_dispatch_table()
1361 method_list_template = build_method_list_template (objc_method_template, in generate_dispatch_table()
1363 initlist = build_dispatch_table_initializer (objc_method_template, chain); in generate_dispatch_table()
H A Dobjc-act.h535 #define objc_method_template objc_global_trees[OCTI_METH_TEMPL] macro