Searched refs:lto_obj_file_open (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/lto/
H A Dlto.h45 extern lto_file *lto_obj_file_open (const char *filename, bool writable);
H A Dlto-object.c96 lto_obj_file_open (const char *filename, bool writable) function
H A Dlto.c2495 lto_file *file = lto_obj_file_open (temp_filename, true);
2497 fatal_error (input_location, "lto_obj_file_open() failed");
3001 current_lto_file = lto_obj_file_open (fnames[i], false);

Completed in 88 milliseconds