/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | toplev.cc | 124 const struct gcc_debug_hooks *debug_hooks; variable 534 (*debug_hooks->finish) (main_input_filename); in compile_file() 1427 debug_hooks = &dbx_debug_hooks; in process_options() 1431 debug_hooks = &xcoff_debug_hooks; in process_options() 1435 debug_hooks = &dwarf2_debug_hooks; in process_options() 1439 debug_hooks = &dwarf2_debug_hooks; in process_options() 1443 debug_hooks = &dwarf2_debug_hooks; in process_options() 1447 debug_hooks = &vmsdbg_debug_hooks; in process_options() 1451 debug_hooks = &dwarf2_lineno_debug_hooks; in process_options() 1465 debug_hooks = dump_go_spec_init (flag_dump_go_spec, debug_hooks); in process_options() [all …]
|
H A D | final.cc | 1645 (*debug_hooks->source_line) (last_linenum, last_columnnum, in maybe_output_next_view() 1722 debug_hooks->begin_prologue (last_linenum, last_columnnum, in final_start_function_1() 1729 debug_hooks->set_ignored_loc (last_linenum, last_columnnum, last_filename); in final_start_function_1() 1874 debug_hooks->end_function (high_function_linenum); in final_end_function() 1882 debug_hooks->end_epilogue (last_linenum, last_filename); in final_end_function() 2204 debug_hooks->switch_text_section (); in final_scan_insn_1() 2207 debug_hooks->switch_text_section (); in final_scan_insn_1() 2210 debug_hooks->set_ignored_loc (last_linenum, last_columnnum, in final_scan_insn_1() 2275 (*debug_hooks->begin_epilogue) (last_linenum, last_filename); in final_scan_insn_1() 2297 debug_hooks->end_prologue (last_linenum, last_filename); in final_scan_insn_1() [all …]
|
H A D | run-rtl-passes.cc | 50 (*debug_hooks->assembly_start) (); in run_rtl_passes()
|
H A D | debug.h | 212 extern const struct gcc_debug_hooks *debug_hooks;
|
H A D | cgraphunit.cc | 492 (*debug_hooks->deferred_inline_function) (decl); in finalize_function() 1376 (*debug_hooks->late_global_decl) (node->decl); in analyze_functions() 2309 (*debug_hooks->assembly_start) (); in compile() 2528 (*debug_hooks->early_finish) (main_input_filename); in finalize_compilation_unit()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | toplev.c | 130 const struct gcc_debug_hooks *debug_hooks; variable 536 (*debug_hooks->finish) (main_input_filename); in compile_file() 1376 debug_hooks = &do_nothing_debug_hooks; in process_options() 1569 debug_hooks = &dbx_debug_hooks; in process_options() 1573 debug_hooks = &xcoff_debug_hooks; in process_options() 1577 debug_hooks = &dwarf2_debug_hooks; in process_options() 1581 debug_hooks = &vmsdbg_debug_hooks; in process_options() 1585 debug_hooks = &dwarf2_lineno_debug_hooks; in process_options() 1595 || debug_hooks->var_location == do_nothing_debug_hooks.var_location) in process_options() 1617 debug_hooks = dump_go_spec_init (flag_dump_go_spec, debug_hooks); in process_options() [all …]
|
H A D | final.c | 1657 (*debug_hooks->source_line) (last_linenum, last_columnnum, in maybe_output_next_view() 1733 debug_hooks->begin_prologue (last_linenum, last_columnnum, in final_start_function_1() 1882 debug_hooks->end_function (high_function_linenum); in final_end_function() 1890 debug_hooks->end_epilogue (last_linenum, last_filename); in final_end_function() 2214 debug_hooks->switch_text_section (); in final_scan_insn_1() 2217 debug_hooks->switch_text_section (); in final_scan_insn_1() 2281 (*debug_hooks->begin_epilogue) (last_linenum, last_filename); in final_scan_insn_1() 2303 debug_hooks->end_prologue (last_linenum, last_filename); in final_scan_insn_1() 2330 debug_hooks->begin_block (last_linenum, n); in final_scan_insn_1() 2369 debug_hooks->end_block (high_block_linenum, n); in final_scan_insn_1() [all …]
|
H A D | run-rtl-passes.c | 50 (*debug_hooks->assembly_start) (); in run_rtl_passes()
|
H A D | debug.h | 204 extern const struct gcc_debug_hooks *debug_hooks;
|
H A D | cgraphunit.c | 492 (*debug_hooks->deferred_inline_function) (decl); in finalize_function() 1364 (*debug_hooks->late_global_decl) (node->decl); in analyze_functions() 2794 (*debug_hooks->assembly_start) (); in compile() 3007 (*debug_hooks->early_global_decl) (cnode->decl); in finalize_compilation_unit() 3012 (*debug_hooks->early_finish) (main_input_filename); in finalize_compilation_unit()
|
H A D | passes.c | 251 debug_hooks->type_decl (decl, !top_level); in rest_of_decl_compilation() 325 (*debug_hooks->early_global_decl) (decl); in rest_of_decl_compilation() 339 debug_hooks->type_decl (TYPE_STUB_DECL (type), !toplev); in rest_of_type_compilation()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-pch.cc | 128 (*debug_hooks->handle_pch) (0); in pch_init() 169 (*debug_hooks->handle_pch) (1); in c_common_write_pch()
|
H A D | c-lex.cc | 208 (*debug_hooks->start_source_file) (line, LINEMAP_FILE (new_map)); in fe_file_change() 232 (*debug_hooks->end_source_file) (LINEMAP_LINE (new_map)); in fe_file_change() 271 (*debug_hooks->define) (SOURCE_LINE (linemap_check_ordinary (map), loc), in cb_define() 283 (*debug_hooks->undef) (SOURCE_LINE (linemap_check_ordinary (map), loc), in cb_undef()
|
H A D | c-opts.cc | 1251 if (debug_hooks->start_end_main_source_file) in c_common_parse_file() 1252 (*debug_hooks->end_source_file) (0); in c_common_parse_file() 1541 if (debug_hooks->start_end_main_source_file in c_finish_options() 1543 (*debug_hooks->start_source_file) (0, this_input_filename); in c_finish_options()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-pch.c | 130 (*debug_hooks->handle_pch) (0); in pch_init() 171 (*debug_hooks->handle_pch) (1); in c_common_write_pch()
|
H A D | c-opts.c | 1203 if (debug_hooks->start_end_main_source_file) in c_common_parse_file() 1204 (*debug_hooks->end_source_file) (0); in c_common_parse_file() 1492 if (debug_hooks->start_end_main_source_file in c_finish_options() 1494 (*debug_hooks->start_source_file) (0, this_input_filename); in c_finish_options()
|
H A D | c-lex.c | 209 (*debug_hooks->start_source_file) (line, LINEMAP_FILE (new_map)); in fe_file_change() 233 (*debug_hooks->end_source_file) (LINEMAP_LINE (new_map)); in fe_file_change() 272 (*debug_hooks->define) (SOURCE_LINE (linemap_check_ordinary (map), loc), in cb_define() 282 (*debug_hooks->undef) (SOURCE_LINE (linemap_check_ordinary (map), loc), in cb_undef()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | scanner.cc | 594 (*debug_hooks->start_source_file) (file_changes[c].line, in report_file_change() 597 (*debug_hooks->end_source_file) (file_changes[c].line); in report_file_change() 608 if (debug_hooks->start_end_main_source_file) in gfc_start_source_files() 609 (*debug_hooks->start_source_file) (0, gfc_source_file); in gfc_start_source_files() 620 if (debug_hooks->start_end_main_source_file) in gfc_end_source_files() 621 (*debug_hooks->end_source_file) (0); in gfc_end_source_files() 717 (*debug_hooks->define) (gfc_linebuf_linenum (gfc_current_locus.lb), in gfc_define_undef_line() 725 (*debug_hooks->undef) (gfc_linebuf_linenum (gfc_current_locus.lb), in gfc_define_undef_line()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | scanner.c | 546 (*debug_hooks->start_source_file) (file_changes[c].line, in report_file_change() 549 (*debug_hooks->end_source_file) (file_changes[c].line); in report_file_change() 560 if (debug_hooks->start_end_main_source_file) in gfc_start_source_files() 561 (*debug_hooks->start_source_file) (0, gfc_source_file); in gfc_start_source_files() 572 if (debug_hooks->start_end_main_source_file) in gfc_end_source_files() 573 (*debug_hooks->end_source_file) (0); in gfc_end_source_files() 669 (*debug_hooks->define) (gfc_linebuf_linenum (gfc_current_locus.lb), in gfc_define_undef_line() 677 (*debug_hooks->undef) (gfc_linebuf_linenum (gfc_current_locus.lb), in gfc_define_undef_line()
|
/netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/examples/ |
H A D | 29906a.log | 115 (do_namespace_alias): Invoke debug_hooks to emit debug info 117 (do_local_using_decl): Invoke debug_hooks to emit debug info
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/ |
H A D | 29906a.log | 115 (do_namespace_alias): Invoke debug_hooks to emit debug info 117 (do_local_using_decl): Invoke debug_hooks to emit debug info
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-lang.cc | 1013 if (debug_hooks->start_end_main_source_file) in d_parse_file() 1014 debug_hooks->start_source_file (0, main_input_filename); in d_parse_file() 1335 if (debug_hooks->start_end_main_source_file) in d_parse_file() 1336 debug_hooks->end_source_file (0); in d_parse_file() 1525 debug_hooks->register_main_translation_unit (global_context); in get_global_context()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-lang.cc | 1037 if (debug_hooks->start_end_main_source_file) in d_parse_file() 1038 debug_hooks->start_source_file (0, main_input_filename); in d_parse_file() 1411 if (debug_hooks->start_end_main_source_file) in d_parse_file() 1412 debug_hooks->end_source_file (0); in d_parse_file() 1646 debug_hooks->register_main_translation_unit (global_context); in get_global_context()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto.cc | 652 debug_hooks->early_finish ("<artificial>"); in lto_main()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto.c | 648 debug_hooks->early_finish ("<artificial>"); in lto_main()
|