Searched refs:objc_method_template (Results 1 – 4 of 4) sorted by relevance
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()
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()
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()
573 #define objc_method_template objc_global_trees[OCTI_METH_TEMPL] macro