Home | History | Annotate | Download | only in gcc

Lines Matching defs:ob

155   struct lto_simple_output_block *ob
159 ob->section_type = section_type;
160 ob->decl_state = lto_get_out_decl_state ();
161 ob->main_stream = ((struct lto_output_stream *)
164 return ob;
171 lto_destroy_simple_output_block (struct lto_simple_output_block *ob)
176 section_name = lto_get_section_name (ob->section_type, NULL, 0, NULL);
183 header.main_size = ob->main_stream->total_size;
186 lto_write_stream (ob->main_stream);
192 free (ob->main_stream);
193 free (ob);