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 D | lto.h | 43 extern lto_file *lto_obj_file_open (const char *filename, bool writable);
|
H A D | lto-object.c | 69 lto_obj_file_open (const char *filename, bool writable) in lto_obj_file_open() function
|
H A D | lto.c | 165 lto_file *file = lto_obj_file_open (temp_filename, true); in stream_out()
|
H A D | lto-common.c | 2780 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 D | lto.h | 43 extern lto_file *lto_obj_file_open (const char *filename, bool writable);
|
H A D | lto-object.cc | 69 lto_obj_file_open (const char *filename, bool writable) in lto_obj_file_open() function
|
H A D | lto.cc | 165 lto_file *file = lto_obj_file_open (temp_filename, true); in stream_out()
|
H A D | ChangeLog | 58 * 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 D | lto-common.cc | 2785 current_lto_file = lto_obj_file_open (fnames[i], false); in read_cgraph_and_symbols()
|