Searched refs:flto_out (Results 1 – 2 of 2) sorted by relevance
70 static char *flto_out; variable96 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()
66 static char *flto_out; variable87 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()