Home
last modified time | relevance | path

Searched refs:flto_out (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dlto-wrapper.c70 static char *flto_out; variable
96 if (flto_out) in lto_wrapper_cleanup()
97 maybe_unlink_file (flto_out); in lto_wrapper_cleanup()
676 flto_out = make_temp_file (".lto.o"); in run_gcc()
680 obstack_ptr_grow (&argv_obstack, flto_out); in run_gcc()
729 printf("%s\n", flto_out); in run_gcc()
730 free (flto_out); in run_gcc()
731 flto_out = NULL; in run_gcc()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dlto-wrapper.c66 static char *flto_out; variable
87 if (flto_out) in tool_cleanup()
88 maybe_unlink (flto_out); in tool_cleanup()
1393 flto_out = make_temp_file (".lto.o"); in run_gcc()
1397 obstack_ptr_grow (&argv_obstack, flto_out); in run_gcc()
1536 printf ("%s\n", flto_out); in run_gcc()
1543 free (flto_out); in run_gcc()
1544 flto_out = NULL; in run_gcc()