Searched refs:objc_method_template (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-next-runtime-abi-01.c | 1136 if (!objc_method_template) in build_metadata_templates() 1137 objc_method_template = build_method_template (); in build_metadata_templates() 1671 if (!objc_method_template) in generate_dispatch_table() 1672 objc_method_template = build_method_template (); in generate_dispatch_table() 1674 method_list_template = build_method_list_template (objc_method_template, in generate_dispatch_table() 1676 initlist = build_dispatch_table_initializer (objc_method_template, chain); in generate_dispatch_table()
|
H A D | objc-next-runtime-abi-02.c | 2014 if (!objc_method_template) in build_metadata_templates() 2015 objc_method_template = build_method_template (); in build_metadata_templates() 2490 method_list_template = build_v2_method_list_template (objc_method_template, in generate_v2_meth_descriptor_table() 2497 entsize = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_method_template)); in generate_v2_meth_descriptor_table() 2501 build_v2_descriptor_table_initializer (objc_method_template, in generate_v2_meth_descriptor_table() 2850 = build_v2_method_list_template (objc_method_template, size); in generate_v2_dispatch_table() 2852 = build_dispatch_table_initializer (objc_method_template, chain); in generate_v2_dispatch_table() 2856 init_val = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_method_template)); in generate_v2_dispatch_table()
|
H A D | objc-gnu-runtime-abi-01.c | 1366 if (!objc_method_template) in generate_dispatch_table() 1367 objc_method_template = build_method_template (); in generate_dispatch_table() 1369 method_list_template = build_method_list_template (objc_method_template, in generate_dispatch_table() 1371 initlist = build_dispatch_table_initializer (objc_method_template, chain); in generate_dispatch_table()
|
H A D | objc-act.h | 559 #define objc_method_template objc_global_trees[OCTI_METH_TEMPL] macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-next-runtime-abi-01.cc | 1137 if (!objc_method_template) in build_metadata_templates() 1138 objc_method_template = build_method_template (); in build_metadata_templates() 1672 if (!objc_method_template) in generate_dispatch_table() 1673 objc_method_template = build_method_template (); in generate_dispatch_table() 1675 method_list_template = build_method_list_template (objc_method_template, in generate_dispatch_table() 1677 initlist = build_dispatch_table_initializer (objc_method_template, chain); in generate_dispatch_table()
|
H A D | objc-next-runtime-abi-02.cc | 2019 if (!objc_method_template) in build_metadata_templates() 2020 objc_method_template = build_method_template (); in build_metadata_templates() 2498 method_list_template = build_v2_method_list_template (objc_method_template, in generate_v2_meth_descriptor_table() 2505 entsize = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_method_template)); in generate_v2_meth_descriptor_table() 2509 build_v2_descriptor_table_initializer (objc_method_template, in generate_v2_meth_descriptor_table() 2861 = build_v2_method_list_template (objc_method_template, size); in generate_v2_dispatch_table() 2863 = build_dispatch_table_initializer (objc_method_template, chain); in generate_v2_dispatch_table() 2867 init_val = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (objc_method_template)); in generate_v2_dispatch_table()
|
H A D | objc-gnu-runtime-abi-01.cc | 1367 if (!objc_method_template) in generate_dispatch_table() 1368 objc_method_template = build_method_template (); in generate_dispatch_table() 1370 method_list_template = build_method_list_template (objc_method_template, in generate_dispatch_table() 1372 initlist = build_dispatch_table_initializer (objc_method_template, chain); in generate_dispatch_table()
|
H A D | objc-act.h | 573 #define objc_method_template objc_global_trees[OCTI_METH_TEMPL] macro
|