/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | intelmic-mkoffload.cc | 208 compile_for_target (struct obstack *argv_obstack) in compile_for_target() argument 213 obstack_ptr_grow (argv_obstack, "-m64"); in compile_for_target() 216 obstack_ptr_grow (argv_obstack, "-m32"); in compile_for_target() 221 obstack_ptr_grow (argv_obstack, NULL); in compile_for_target() 222 char **argv = XOBFINISH (argv_obstack, char **); in compile_for_target() 235 obstack_free (argv_obstack, NULL); in compile_for_target() 294 struct obstack argv_obstack; in generate_target_descr_file() local 295 obstack_init (&argv_obstack); in generate_target_descr_file() 296 obstack_ptr_grow (&argv_obstack, target_compiler); in generate_target_descr_file() 298 obstack_ptr_grow (&argv_obstack, "-save-temps"); in generate_target_descr_file() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | intelmic-mkoffload.c | 208 compile_for_target (struct obstack *argv_obstack) in compile_for_target() argument 213 obstack_ptr_grow (argv_obstack, "-m64"); in compile_for_target() 216 obstack_ptr_grow (argv_obstack, "-m32"); in compile_for_target() 221 obstack_ptr_grow (argv_obstack, NULL); in compile_for_target() 222 char **argv = XOBFINISH (argv_obstack, char **); in compile_for_target() 235 obstack_free (argv_obstack, NULL); in compile_for_target() 289 struct obstack argv_obstack; in generate_target_descr_file() local 290 obstack_init (&argv_obstack); in generate_target_descr_file() 291 obstack_ptr_grow (&argv_obstack, target_compiler); in generate_target_descr_file() 293 obstack_ptr_grow (&argv_obstack, "-save-temps"); in generate_target_descr_file() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
H A D | mkoffload.cc | 367 struct obstack argv_obstack; in compile_native() local 368 obstack_init (&argv_obstack); in compile_native() 369 obstack_ptr_grow (&argv_obstack, compiler); in compile_native() 371 obstack_ptr_grow (&argv_obstack, "-fPIC"); in compile_native() 373 obstack_ptr_grow (&argv_obstack, "-fpic"); in compile_native() 375 obstack_ptr_grow (&argv_obstack, "-save-temps"); in compile_native() 377 obstack_ptr_grow (&argv_obstack, "-v"); in compile_native() 378 obstack_ptr_grow (&argv_obstack, "-dumpdir"); in compile_native() 379 obstack_ptr_grow (&argv_obstack, ""); in compile_native() 380 obstack_ptr_grow (&argv_obstack, "-dumpbase"); in compile_native() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
H A D | mkoffload.c | 365 struct obstack argv_obstack; in compile_native() local 366 obstack_init (&argv_obstack); in compile_native() 367 obstack_ptr_grow (&argv_obstack, compiler); in compile_native() 369 obstack_ptr_grow (&argv_obstack, "-save-temps"); in compile_native() 371 obstack_ptr_grow (&argv_obstack, "-v"); in compile_native() 375 obstack_ptr_grow (&argv_obstack, "-m64"); in compile_native() 378 obstack_ptr_grow (&argv_obstack, "-m32"); in compile_native() 383 obstack_ptr_grow (&argv_obstack, infile); in compile_native() 384 obstack_ptr_grow (&argv_obstack, "-c"); in compile_native() 385 obstack_ptr_grow (&argv_obstack, "-o"); in compile_native() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lto-wrapper.cc | 152 struct obstack argv_obstack; in get_options_from_collect_gcc_options() local 156 obstack_init (&argv_obstack); in get_options_from_collect_gcc_options() 157 obstack_ptr_grow (&argv_obstack, collect_gcc); in get_options_from_collect_gcc_options() 160 &argv_obstack, &argc); in get_options_from_collect_gcc_options() 161 argv = XOBFINISH (&argv_obstack, const char **); in get_options_from_collect_gcc_options() 171 obstack_free (&argv_obstack, NULL); in get_options_from_collect_gcc_options() 696 append_compiler_options (obstack *argv_obstack, vec<cl_decoded_option> opts) in append_compiler_options() argument 759 obstack_ptr_grow (argv_obstack, option->canonical_option[i]); in append_compiler_options() 766 append_diag_options (obstack *argv_obstack, vec<cl_decoded_option> opts) in append_diag_options() argument 790 obstack_ptr_grow (argv_obstack, option->canonical_option[i]); in append_diag_options() [all …]
|
H A D | opts-common.cc | 1948 obstack *argv_obstack, in parse_options_from_collect_gcc_options() argument 1958 obstack_ptr_grow (argv_obstack, &argv_storage[k]); in parse_options_from_collect_gcc_options() 1980 obstack_ptr_grow (argv_obstack, NULL); in parse_options_from_collect_gcc_options() 1981 *argc_p = obstack_object_size (argv_obstack) / sizeof (void *) - 1; in parse_options_from_collect_gcc_options()
|
H A D | ChangeLog-2015 | 44362 add -fopenmp to the argv_obstack used when invoking 44366 add "-m32" or "-m64" to argv_obstack.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lto-wrapper.c | 142 struct obstack argv_obstack; in get_options_from_collect_gcc_options() local 146 obstack_init (&argv_obstack); in get_options_from_collect_gcc_options() 147 obstack_ptr_grow (&argv_obstack, collect_gcc); in get_options_from_collect_gcc_options() 150 &argv_obstack, &argc); in get_options_from_collect_gcc_options() 151 argv = XOBFINISH (&argv_obstack, const char **); in get_options_from_collect_gcc_options() 155 obstack_free (&argv_obstack, NULL); in get_options_from_collect_gcc_options() 651 append_compiler_options (obstack *argv_obstack, struct cl_decoded_option *opts, in append_compiler_options() argument 714 obstack_ptr_grow (argv_obstack, option->canonical_option[i]); in append_compiler_options() 721 append_diag_options (obstack *argv_obstack, struct cl_decoded_option *opts, in append_diag_options() argument 746 obstack_ptr_grow (argv_obstack, option->canonical_option[i]); in append_diag_options() [all …]
|
H A D | opts-common.c | 1750 obstack *argv_obstack, in parse_options_from_collect_gcc_options() argument 1760 obstack_ptr_grow (argv_obstack, &argv_storage[k]); in parse_options_from_collect_gcc_options() 1782 obstack_ptr_grow (argv_obstack, NULL); in parse_options_from_collect_gcc_options() 1783 *argc_p = obstack_object_size (argv_obstack) / sizeof (void *) - 1; in parse_options_from_collect_gcc_options()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/ |
H A D | mkoffload.cc | 773 struct obstack argv_obstack; in compile_native() local 774 obstack_init (&argv_obstack); in compile_native() 775 obstack_ptr_grow (&argv_obstack, compiler); in compile_native() 777 obstack_ptr_grow (&argv_obstack, "-fPIC"); in compile_native() 779 obstack_ptr_grow (&argv_obstack, "-fpic"); in compile_native() 781 obstack_ptr_grow (&argv_obstack, "-save-temps"); in compile_native() 783 obstack_ptr_grow (&argv_obstack, "-v"); in compile_native() 784 obstack_ptr_grow (&argv_obstack, "-dumpdir"); in compile_native() 785 obstack_ptr_grow (&argv_obstack, ""); in compile_native() 786 obstack_ptr_grow (&argv_obstack, "-dumpbase"); in compile_native() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
H A D | mkoffload.c | 492 struct obstack argv_obstack; in compile_native() local 493 obstack_init (&argv_obstack); in compile_native() 494 obstack_ptr_grow (&argv_obstack, compiler); in compile_native() 496 obstack_ptr_grow (&argv_obstack, "-save-temps"); in compile_native() 498 obstack_ptr_grow (&argv_obstack, "-v"); in compile_native() 502 obstack_ptr_grow (&argv_obstack, "-m64"); in compile_native() 505 obstack_ptr_grow (&argv_obstack, "-m32"); in compile_native() 510 obstack_ptr_grow (&argv_obstack, infile); in compile_native() 511 obstack_ptr_grow (&argv_obstack, "-c"); in compile_native() 512 obstack_ptr_grow (&argv_obstack, "-o"); in compile_native() [all …]
|