Searched refs:objc_method_template (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-next-runtime-abi-01.c1136 if (!objc_method_template)
1137 objc_method_template = build_method_template ();
1671 if (!objc_method_template)
1672 objc_method_template = build_method_template ();
1674 method_list_template = build_method_list_template (objc_method_template,
1676 initlist = build_dispatch_table_initializer (objc_method_template, chain);
H A Dobjc-gnu-runtime-abi-01.c1366 if (!objc_method_template)
1367 objc_method_template = build_method_template ();
1369 method_list_template = build_method_list_template (objc_method_template,
1371 initlist = build_dispatch_table_initializer (objc_method_template, chain);
H A Dobjc-next-runtime-abi-02.c2014 if (!objc_method_template)
2015 objc_method_template = build_method_template ();
2462 /* Note, as above that we are building to the objc_method_template
2490 method_list_template = build_v2_method_list_template (objc_method_template,
2497 entsize = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_method_template));
2501 build_v2_descriptor_table_initializer (objc_method_template,
2850 = build_v2_method_list_template (objc_method_template, size);
2852 = build_dispatch_table_initializer (objc_method_template, chain);
2856 init_val = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_method_template));
H A Dobjc-act.h559 #define objc_method_template objc_global_trees[OCTI_METH_TEMPL] macro
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-next-runtime-abi-01.cc1137 if (!objc_method_template)
1138 objc_method_template = build_method_template ();
1672 if (!objc_method_template)
1673 objc_method_template = build_method_template ();
1675 method_list_template = build_method_list_template (objc_method_template,
1677 initlist = build_dispatch_table_initializer (objc_method_template, chain);
H A Dobjc-gnu-runtime-abi-01.cc1367 if (!objc_method_template)
1368 objc_method_template = build_method_template ();
1370 method_list_template = build_method_list_template (objc_method_template,
1372 initlist = build_dispatch_table_initializer (objc_method_template, chain);
H A Dobjc-next-runtime-abi-02.cc2019 if (!objc_method_template)
2020 objc_method_template = build_method_template ();
2470 /* Note, as above that we are building to the objc_method_template
2498 method_list_template = build_v2_method_list_template (objc_method_template,
2505 entsize = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_method_template));
2509 build_v2_descriptor_table_initializer (objc_method_template,
2861 = build_v2_method_list_template (objc_method_template, size);
2863 = build_dispatch_table_initializer (objc_method_template, chain);
2867 init_val = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_method_template));
H A Dobjc-act.h573 #define objc_method_template objc_global_trees[OCTI_METH_TEMPL] macro

Completed in 188 milliseconds