Lines Matching defs:temp_filename
160 /* Actually stream out ENCODER into TEMP_FILENAME. */
163 stream_out (char *temp_filename, lto_symtab_encoder_t encoder, int part)
165 lto_file *file = lto_obj_file_open (temp_filename, true);
212 stream_out_partitions_1 (char *temp_filename, int blen, int min, int max)
217 sprintf (temp_filename + blen, "%u.o", p);
218 stream_out (temp_filename, ltrans_partitions[p]->encoder, p);
223 /* Stream out ENCODER into TEMP_FILENAME
227 stream_out_partitions (char *temp_filename, int blen, int min, int max,
235 stream_out_partitions_1 (temp_filename, blen, min, max);
255 stream_out_partitions_1 (temp_filename, blen, min, max);
260 stream_out_partitions_1 (temp_filename, blen, min, max);
268 stream_out_partitions_1 (temp_filename, blen, min, max);
274 stream_out_partitions_1 (temp_filename, blen, min, max);
287 char *temp_filename;
318 temp_filename = (char *) xmalloc (blen + sizeof ("2147483648.o"));
319 strcpy (temp_filename, ltrans_output_list);
321 && strcmp (temp_filename + blen - sizeof (".out") + 1,
323 temp_filename[blen - sizeof (".out") + 1] = '\0';
324 blen = strlen (temp_filename);
340 sprintf (temp_filename + blen, "%u.o", i);
343 fprintf (stderr, " %s (%s %i insns)", temp_filename, part->name,
351 part->name, temp_filename, part->insns);
388 temp_filenames.safe_push (xstrdup (temp_filename));
394 stream_out_partitions (temp_filename, blen, set * sets_per_worker,
422 free (temp_filename);