| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | dumpfile.h | 513 extern FILE *dump_begin (int, dump_flags_t *, int part=-1); 721 dump_begin (int phase, dump_flags_t *flag_ptr, int part);
|
| D | statistics.cc | 273 statistics_dump_file = dump_begin (statistics_dump_nr, NULL); in statistics_init()
|
| D | ChangeLog.jit | 248 (dump_begin): Replace body with... 249 (gcc::dump_manager::dump_begin): ...new method.
|
| D | dumpfile.cc | 1544 dump_begin (int phase, dump_flags_t *flag_ptr, int part) in dump_begin() function 1546 return g->get_dumps ()->dump_begin (phase, flag_ptr, part); in dump_begin() 1551 dump_begin (int phase, dump_flags_t *flag_ptr, int part) in dump_begin() function in gcc::dump_manager 2069 stream = dump_begin (phase, &flags); in dump_function()
|
| D | cgraphunit.cc | 2422 debuginfo_dump_file = dump_begin (debuginfo_dump_nr, NULL); in debuginfo_init() 2424 debuginfo_early_dump_file = dump_begin (debuginfo_early_dump_nr, NULL); in debuginfo_init()
|
| D | passes.cc | 1934 FILE *dump_file = dump_begin (TDI_profile_report, NULL); in dump_profile_report() 2848 streamer_dump_file = dump_begin (TDI_lto_stream_out, NULL); in ipa_write_summaries()
|
| D | cgraph.cc | 279 dump_file = dump_begin (TDI_cgraph, NULL); in initialize() 282 ipa_clones_dump_file = dump_begin (TDI_clones, NULL); in initialize()
|
| D | tree-nested.cc | 3731 set_dump_file (dump_begin (TDI_nested, &dump_flags)); in lower_nested_functions()
|
| D | ipa-devirt.cc | 2280 inheritance_dump_file = dump_begin (TDI_inheritance, &flags); in build_type_inheritance_graph()
|
| D | ChangeLog.tree-ssa | 2994 (andersen_init): Don't dump_begin. 3022 (dump_begin, dump_enabled_p, dump_flag_name): Use it. 6801 (dump_begin): Do nothing for TDI_none. 7634 (initialize): Move call dump_begin ... 11332 (mudflap_c_function): Call dump_begin, dump_end and dump_function. 15843 (tree_find_refs): Call dump_begin on entry to the function. 17107 dump_begin call when he removed the before dump. 17206 * tree-dump.c (dump_begin): Include phase number in dump filename.
|
| D | ChangeLog-2012 | 9549 (dump_begin): Ditto. 9607 dump_begin/dump_end, use dump_start/dump_finish. Do not use dump_file. 18652 dump_initialized_p, dump_begin, dump_end, dump_node, dump_switch_p,
|
| D | ChangeLog-2005 | 12836 dump_begin, dump_end, dump_node, dump_switch_p, dump_flag_name): Moved 12841 dump_enabled_p, dump_initialized_p, dump_begin, dump_end, dump_node, 12847 * passes.c (finish_optimization_passes): Use dump_begin
|
| D | ChangeLog-2018 | 16665 (dump_begin): Likewise. 16666 * dumpfile.h (dump_begin): Update prototype. 24820 (dump_open_alternate_stream, dump_start, dump_begin): Call it.
|
| D | ChangeLog-2004 | 15014 (dump_begin): Use get_dump_file_name. 33886 (dump_begin): Call it. 33888 (dump_begin): Include phase number in dump filename.
|
| D | ChangeLog-2001 | 21302 (dump_flag, dump_enabled_p, dump_begin, dump_end, 21319 (dump_begin, dump_end, dump_enabled_p, dump_switch_p): Define.
|
| D | ChangeLog-2013 | 14951 (dump_begin): Replace body with... 14952 (gcc::dump_manager::dump_begin): ...new method.
|
| D | ChangeLog-2009 | 27049 (get_dump_file_name, dump_begin, dump_enabled_p): Likewise.
|
| D | ChangeLog-2019 | 8990 * dumpfile.c (dump_begin): Reorder decls to use RAII.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/lto/ |
| D | lto.cc | 171 streamer_dump_file = dump_begin (TDI_lto_stream_out, NULL, part); in stream_out() 511 dump_file = dump_begin (partition_dump_id, NULL); in do_whole_program_analysis()
|
| D | lto-symtab.cc | 887 dump_file = dump_begin (decl_merge_dump_id, NULL); in lto_symtab_merge_decls()
|
| D | lto-common.cc | 2953 dump_file = dump_begin (lto_link_dump_id, NULL); in read_cgraph_and_symbols()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | optinfo.texi | 36 passes could also call @code{dump_begin} which returns a stream in
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | class.cc | 9221 if (FILE *stream = dump_begin (class_dump_id, &flags)) in dump_class_hierarchy() 9254 FILE *stream = dump_begin (class_dump_id, &flags); in dump_vtable() 9285 FILE *stream = dump_begin (class_dump_id, &flags); in dump_vtt()
|
| D | decl2.cc | 5001 if (FILE *stream = dump_begin (raw_dump_id, &flags)) in dump_tu()
|
| D | module.cc | 4067 stream = dump_begin (module_dump_id, &flags); in push()
|