Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dlto-streamer-out.cc95 ob->cfg_stream = XCNEW (struct lto_output_stream); in create_output_block()
120 free (ob->cfg_stream); in destroy_output_block()
2105 ob->main_stream = ob->cfg_stream; in output_cfg()
2216 header.cfg_size = ob->cfg_stream->total_size; in produce_asm()
2224 lto_write_stream (ob->cfg_stream); in produce_asm()
Dlto-streamer.h706 struct lto_output_stream *cfg_stream; member