Searched refs:cl_opts (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm.c | 32625 struct cl_target_option cl_opts; in arm_valid_target_attribute_tree() local 32630 cl_target_option_save (&cl_opts, opts); in arm_valid_target_attribute_tree() 32631 arm_configure_build_target (&arm_active_target, &cl_opts, false); in arm_valid_target_attribute_tree()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm.cc | 33399 struct cl_target_option cl_opts; in arm_valid_target_attribute_tree() local 33404 cl_target_option_save (&cl_opts, opts, opts_set); in arm_valid_target_attribute_tree() 33405 arm_configure_build_target (&arm_active_target, &cl_opts, false); in arm_valid_target_attribute_tree()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000.cc | 2223 struct cl_target_option cl_opts; in rs6000_debug_reg_global() local 2405 cl_target_option_save (&cl_opts, &global_options, &global_options_set); in rs6000_debug_reg_global()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000.c | 2212 struct cl_target_option cl_opts; in rs6000_debug_reg_global() local 2396 cl_target_option_save (&cl_opts, &global_options); in rs6000_debug_reg_global()
|