Home
last modified time | relevance | path

Searched refs:lto_obj_file_open (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto.h43 extern lto_file *lto_obj_file_open (const char *filename, bool writable);
H A Dlto-object.c69 lto_obj_file_open (const char *filename, bool writable) in lto_obj_file_open() function
H A Dlto.c165 lto_file *file = lto_obj_file_open (temp_filename, true); in stream_out()
H A Dlto-common.c2780 current_lto_file = lto_obj_file_open (fnames[i], false); in read_cgraph_and_symbols()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto.h43 extern lto_file *lto_obj_file_open (const char *filename, bool writable);
H A Dlto-object.cc69 lto_obj_file_open (const char *filename, bool writable) in lto_obj_file_open() function
H A Dlto.cc165 lto_file *file = lto_obj_file_open (temp_filename, true); in stream_out()
H A DChangeLog58 * lto-object.cc (lto_obj_file_open): Make error fatal.
2658 * lto-object.c (lto_obj_file_open, lto_obj_file_open): Free memory.
3333 * lto-object.c (lto_obj_file_open): Call
3461 * lto-elf.c (lto_obj_file_open): Also provide filename when
3848 (lto_obj_file_open): ... to this.
3867 (lto_obj_file_open): ... to this, updating any references.
H A Dlto-common.cc2785 current_lto_file = lto_obj_file_open (fnames[i], false); in read_cgraph_and_symbols()