Home
last modified time | relevance | path

Searched refs:lto_simple_object (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-object.cc32 struct lto_simple_object struct
76 struct lto_simple_object *lo; in lto_obj_file_open()
97 lo = XCNEW (struct lto_simple_object); in lto_obj_file_open()
165 struct lto_simple_object *lo = (struct lto_simple_object *) file; in lto_obj_file_close()
260 struct lto_simple_object *lo = (struct lto_simple_object *) lto_file; in lto_obj_build_section_table()
317 struct lto_simple_object *lo; in lto_obj_begin_section()
322 lo = (struct lto_simple_object *) current_out_file; in lto_obj_begin_section()
346 struct lto_simple_object *lo; in lto_obj_append_data()
350 lo = (struct lto_simple_object *) current_out_file; in lto_obj_append_data()
369 struct lto_simple_object *lo; in lto_obj_end_section()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-object.c32 struct lto_simple_object struct
76 struct lto_simple_object *lo; in lto_obj_file_open()
97 lo = XCNEW (struct lto_simple_object); in lto_obj_file_open()
169 struct lto_simple_object *lo = (struct lto_simple_object *) file; in lto_obj_file_close()
264 struct lto_simple_object *lo = (struct lto_simple_object *) lto_file; in lto_obj_build_section_table()
321 struct lto_simple_object *lo; in lto_obj_begin_section()
326 lo = (struct lto_simple_object *) current_out_file; in lto_obj_begin_section()
350 struct lto_simple_object *lo; in lto_obj_append_data()
354 lo = (struct lto_simple_object *) current_out_file; in lto_obj_append_data()
373 struct lto_simple_object *lo; in lto_obj_end_section()
[all …]