Searched refs:collect_gcc_options (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/lto-plugin/ |
H A D | lto-plugin.c | 1468 char *collect_gcc_options = getenv ("COLLECT_GCC_OPTIONS"); in onload() local 1469 if (collect_gcc_options) in onload() 1473 if (strstr (collect_gcc_options, "'-fno-use-linker-plugin'")) in onload() 1476 if (strstr (collect_gcc_options, "'-save-temps'")) in onload() 1479 if (strstr (collect_gcc_options, "'-v'") in onload() 1480 || strstr (collect_gcc_options, "'--verbose'")) in onload() 1484 if ((p = strstr (collect_gcc_options, "'-dumpdir'"))) in onload()
|
/netbsd-src/external/gpl3/gcc.old/dist/lto-plugin/ |
H A D | lto-plugin.c | 1441 char *collect_gcc_options = getenv ("COLLECT_GCC_OPTIONS"); in onload() local 1442 if (collect_gcc_options) in onload() 1446 if (strstr (collect_gcc_options, "'-fno-use-linker-plugin'")) in onload() 1449 if ( strstr (collect_gcc_options, "'-save-temps'")) in onload() 1452 if (strstr (collect_gcc_options, "'-v'") in onload() 1453 || strstr (collect_gcc_options, "'--verbose'")) in onload()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lto-wrapper.cc | 148 const char *collect_gcc_options) in get_options_from_collect_gcc_options() argument 159 parse_options_from_collect_gcc_options (collect_gcc_options, in get_options_from_collect_gcc_options() 1396 char *collect_gcc_options; in run_gcc() local 1424 collect_gcc_options = getenv ("COLLECT_GCC_OPTIONS"); in run_gcc() 1425 if (!collect_gcc_options) in run_gcc() 1444 collect_gcc_options = concat (collect_gcc_options, xassembler_opts_string, in run_gcc() 1449 = get_options_from_collect_gcc_options (collect_gcc, collect_gcc_options); in run_gcc()
|
H A D | opts-common.cc | 1947 parse_options_from_collect_gcc_options (const char *collect_gcc_options, in parse_options_from_collect_gcc_options() argument 1951 char *argv_storage = xstrdup (collect_gcc_options); in parse_options_from_collect_gcc_options()
|
H A D | ChangeLog-2020 | 34225 to collect_gcc_options. 35398 collect_gcc_options.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lto-wrapper.c | 138 const char *collect_gcc_options, in get_options_from_collect_gcc_options() argument 149 parse_options_from_collect_gcc_options (collect_gcc_options, in get_options_from_collect_gcc_options() 1311 char *collect_gcc_options; in run_gcc() local 1337 collect_gcc_options = getenv ("COLLECT_GCC_OPTIONS"); in run_gcc() 1338 if (!collect_gcc_options) in run_gcc() 1357 collect_gcc_options = concat (collect_gcc_options, xassembler_opts_string, in run_gcc() 1361 get_options_from_collect_gcc_options (collect_gcc, collect_gcc_options, in run_gcc()
|
H A D | opts-common.c | 1749 parse_options_from_collect_gcc_options (const char *collect_gcc_options, in parse_options_from_collect_gcc_options() argument 1753 char *argv_storage = xstrdup (collect_gcc_options); in parse_options_from_collect_gcc_options()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
H A D | mkoffload.c | 360 const char *collect_gcc_options = getenv ("COLLECT_GCC_OPTIONS"); in compile_native() local 361 if (!collect_gcc_options) in compile_native()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
H A D | mkoffload.cc | 362 const char *collect_gcc_options = getenv ("COLLECT_GCC_OPTIONS"); in compile_native() local 363 if (!collect_gcc_options) in compile_native()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
H A D | mkoffload.c | 487 const char *collect_gcc_options = getenv ("COLLECT_GCC_OPTIONS"); in compile_native() local 488 if (!collect_gcc_options) in compile_native()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/ |
H A D | mkoffload.cc | 768 const char *collect_gcc_options = getenv ("COLLECT_GCC_OPTIONS"); in compile_native() local 769 if (!collect_gcc_options) in compile_native()
|