Searched refs:collect_gcc (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | lto-wrapper.c | 297 get_options_from_collect_gcc_options (const char *collect_gcc, in get_options_from_collect_gcc_options() argument 310 obstack_ptr_grow (&argv_obstack, collect_gcc); in get_options_from_collect_gcc_options() 437 const char *collect_gcc, *collect_gcc_options; in run_gcc() local 449 collect_gcc = getenv ("COLLECT_GCC"); in run_gcc() 450 if (!collect_gcc) in run_gcc() 455 get_options_from_collect_gcc_options (collect_gcc, collect_gcc_options, in run_gcc() 508 get_options_from_collect_gcc_options (collect_gcc, in run_gcc() 533 obstack_ptr_grow (&argv_obstack, collect_gcc); in run_gcc()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | lto-wrapper.c | 131 get_options_from_collect_gcc_options (const char *collect_gcc, in get_options_from_collect_gcc_options() argument 144 obstack_ptr_grow (&argv_obstack, collect_gcc); in get_options_from_collect_gcc_options() 967 unsigned int *opt_count, const char *collect_gcc) in find_and_merge_options() argument 1001 get_options_from_collect_gcc_options (collect_gcc, in find_and_merge_options() 1104 const char *collect_gcc, *collect_gcc_options; in run_gcc() local 1124 collect_gcc = getenv ("COLLECT_GCC"); in run_gcc() 1125 if (!collect_gcc) in run_gcc() 1132 get_options_from_collect_gcc_options (collect_gcc, collect_gcc_options, in run_gcc() 1180 collect_gcc)) in run_gcc() 1190 obstack_ptr_grow (&argv_obstack, collect_gcc); in run_gcc() [all …]
|