Home
last modified time | relevance | path

Searched refs:dump_function_header (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-pretty-print.h54 extern void dump_function_header (FILE *, tree, dump_flags_t);
H A Dtree-profile.c772 dump_function_header (dump_file, cfun->decl, dump_flags); in tree_profiling()
H A Dpasses.c2127 dump_function_header (dump_file, current_function_decl, dump_flags); in pass_init_dump_file()
H A Dfinal.c4818 dump_function_header (final_output, current_function_decl, in rest_of_clean_state()
H A Domp-expand.c1515 dump_function_header (dump_file, child_fn, dump_flags); in expand_omp_taskreg()
8174 dump_function_header (dump_file, child_fn, dump_flags); in expand_omp_target()
8903 dump_function_header (dump_file, current_function_decl, dump_flags); in expand_omp()
H A Dtree-pretty-print.c4347 dump_function_header (FILE *dump_file, tree fdecl, dump_flags_t flags) in dump_function_header() function
H A Dtree-cfg.c2548 dump_function_header (file, current_function_decl, flags); in gimple_dump_cfg()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-pretty-print.h56 extern void dump_function_header (FILE *, tree, dump_flags_t);
H A Dtree-profile.cc781 dump_function_header (dump_file, cfun->decl, dump_flags); in tree_profiling()
H A Dpasses.cc2227 dump_function_header (dump_file, current_function_decl, dump_flags); in pass_init_dump_file()
H A Dfinal.cc4445 dump_function_header (final_output, current_function_decl, in rest_of_clean_state()
H A Dtree-pretty-print.cc4566 dump_function_header (FILE *dump_file, tree fdecl, dump_flags_t flags) in dump_function_header() function
H A Domp-expand.cc1517 dump_function_header (dump_file, child_fn, dump_flags); in expand_omp_taskreg()
9946 dump_function_header (dump_file, child_fn, dump_flags); in expand_omp_target()
10392 dump_function_header (dump_file, current_function_decl, dump_flags); in expand_omp()
H A Dtree-cfg.cc2568 dump_function_header (file, current_function_decl, flags); in gimple_dump_cfg()
H A DChangeLog-201123247 * tree-pretty-print.c (dump_function_header): Add flags.
23249 * tree-pretty-print.h (dump_function_header): Adjust.
23620 * tree-pretty-print.c (dump_function_header): Format cleanup.
23691 * tree-pretty-print.c (dump_function_header): New function.
H A DChangeLog-20139932 * tree-pretty-print.c (dump_function_header): Time profiler is dumped.
12133 * tree-pretty-print.c (dump_function_header): Likewise.
30508 * tree-pretty-print.c (dump_function_header): Likewise.
H A DChangeLog-201820260 * tree-pretty-print.c (dump_function_header): Likewise.
H A DChangeLog-201719995 * tree-pretty-print.c (dump_function_header): Likewise.
H A DChangeLog-201434300 * tree-pretty-print.c (dump_function_header): Print cgraph uid.