/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | toplev.c | 126 const struct gcc_debug_hooks *debug_hooks; variable 542 debug_hooks->global_decl (vec[i]); in emit_debug_global_declarations() 611 (*debug_hooks->finish) (main_input_filename); in compile_file() 1274 debug_hooks = &do_nothing_debug_hooks; in process_options() 1447 debug_hooks = &dbx_debug_hooks; in process_options() 1451 debug_hooks = &xcoff_debug_hooks; in process_options() 1455 debug_hooks = &sdb_debug_hooks; in process_options() 1459 debug_hooks = &dwarf2_debug_hooks; in process_options() 1463 debug_hooks = &vmsdbg_debug_hooks; in process_options() 1472 || debug_hooks->var_location == do_nothing_debug_hooks.var_location) in process_options() [all …]
|
H A D | final.c | 1543 debug_hooks->begin_prologue (last_linenum, last_filename); in final_start_function() 1651 debug_hooks->end_function (high_function_linenum); in final_end_function() 1659 debug_hooks->end_epilogue (last_linenum, last_filename); in final_end_function() 1927 debug_hooks->switch_text_section (); in final_scan_insn() 1977 (*debug_hooks->begin_epilogue) (last_linenum, last_filename); in final_scan_insn() 1993 debug_hooks->end_prologue (last_linenum, last_filename); in final_scan_insn() 2020 debug_hooks->begin_block (last_linenum, n); in final_scan_insn() 2055 debug_hooks->end_block (high_block_linenum, n); in final_scan_insn() 2093 debug_hooks->var_location (insn); in final_scan_insn() 2131 debug_hooks->label (insn); in final_scan_insn() [all …]
|
H A D | debug.h | 149 extern const struct gcc_debug_hooks *debug_hooks;
|
H A D | passes.c | 215 debug_hooks->type_decl (decl, !top_level); in rest_of_decl_compilation() 238 debug_hooks->type_decl (TYPE_STUB_DECL (type), !toplev); in rest_of_type_compilation()
|
H A D | cgraphunit.c | 370 (*debug_hooks->deferred_inline_function) (decl); in cgraph_finalize_function() 2193 (*debug_hooks->assembly_start) (); in cgraph_optimize()
|
H A D | tree-ssa-live.c | 405 if (!(*debug_hooks->ignore_block) (scope)) in mark_scope_block_unused()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | toplev.c | 129 const struct gcc_debug_hooks *debug_hooks; variable 532 (*debug_hooks->finish) (main_input_filename); in compile_file() 1234 debug_hooks = &do_nothing_debug_hooks; in process_options() 1475 debug_hooks = &dbx_debug_hooks; in process_options() 1479 debug_hooks = &xcoff_debug_hooks; in process_options() 1483 debug_hooks = &dwarf2_debug_hooks; in process_options() 1487 debug_hooks = &vmsdbg_debug_hooks; in process_options() 1491 debug_hooks = &dwarf2_lineno_debug_hooks; in process_options() 1501 || debug_hooks->var_location == do_nothing_debug_hooks.var_location) in process_options() 1523 debug_hooks = dump_go_spec_init (flag_dump_go_spec, debug_hooks); in process_options() [all …]
|
H A D | final.c | 1729 (*debug_hooks->source_line) (last_linenum, last_columnnum, in maybe_output_next_view() 1804 debug_hooks->begin_prologue (last_linenum, last_columnnum, in final_start_function_1() 1953 debug_hooks->end_function (high_function_linenum); in final_end_function() 1961 debug_hooks->end_epilogue (last_linenum, last_filename); in final_end_function() 2287 debug_hooks->switch_text_section (); in final_scan_insn_1() 2290 debug_hooks->switch_text_section (); in final_scan_insn_1() 2355 (*debug_hooks->begin_epilogue) (last_linenum, last_filename); in final_scan_insn_1() 2377 debug_hooks->end_prologue (last_linenum, last_filename); in final_scan_insn_1() 2404 debug_hooks->begin_block (last_linenum, n); in final_scan_insn_1() 2442 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 | 490 (*debug_hooks->deferred_inline_function) (decl); in finalize_function() 1256 (*debug_hooks->late_global_decl) (node->decl); in analyze_functions() 2583 (*debug_hooks->assembly_start) (); in compile() 2709 (*debug_hooks->early_global_decl) (cnode->decl); in finalize_compilation_unit() 2713 (*debug_hooks->early_finish) (main_input_filename); in finalize_compilation_unit()
|
H A D | passes.c | 253 debug_hooks->type_decl (decl, !top_level); in rest_of_decl_compilation() 327 (*debug_hooks->early_global_decl) (decl); in rest_of_decl_compilation() 341 debug_hooks->type_decl (TYPE_STUB_DECL (type), !toplev); in rest_of_type_compilation()
|
H A D | varpool.c | 597 debug_hooks->late_global_decl (decl); in assemble_decl()
|
H A D | tree-ssa-live.c | 365 if (!(*debug_hooks->ignore_block) (scope)) in mark_scope_block_unused()
|
H A D | ipa.c | 628 (*debug_hooks->late_global_decl) (vnode->decl); in remove_unreachable_nodes()
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-opts.c | 1120 if (debug_hooks->start_end_main_source_file) in c_common_parse_file() 1121 (*debug_hooks->end_source_file) (0); in c_common_parse_file() 1377 if (debug_hooks->start_end_main_source_file in c_finish_options() 1379 (*debug_hooks->start_source_file) (0, this_input_filename); in c_finish_options() 1401 if (debug_hooks->start_end_main_source_file in c_finish_options() 1403 (*debug_hooks->start_source_file) (0, this_input_filename); in c_finish_options()
|
H A D | c-lex.c | 210 (*debug_hooks->start_source_file) (line, LINEMAP_FILE (new_map)); in fe_file_change() 234 (*debug_hooks->end_source_file) (LINEMAP_LINE (new_map)); in fe_file_change() 273 (*debug_hooks->define) (SOURCE_LINE (map, loc), in cb_define() 283 (*debug_hooks->undef) (SOURCE_LINE (map, loc), in cb_undef()
|
H A D | c-pch.c | 165 (*debug_hooks->handle_pch) (0); in pch_init() 185 (*debug_hooks->handle_pch) (1); in c_common_write_pch()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-opts.c | 1150 if (debug_hooks->start_end_main_source_file) in c_common_parse_file() 1151 (*debug_hooks->end_source_file) (0); in c_common_parse_file() 1437 if (debug_hooks->start_end_main_source_file in c_finish_options() 1439 (*debug_hooks->start_source_file) (0, this_input_filename); in c_finish_options() 1461 if (debug_hooks->start_end_main_source_file in c_finish_options() 1463 (*debug_hooks->start_source_file) (0, this_input_filename); in c_finish_options()
|
H A D | c-pch.c | 136 (*debug_hooks->handle_pch) (0); in pch_init() 177 (*debug_hooks->handle_pch) (1); in c_common_write_pch()
|
H A D | c-lex.c | 210 (*debug_hooks->start_source_file) (line, LINEMAP_FILE (new_map)); in fe_file_change() 234 (*debug_hooks->end_source_file) (LINEMAP_LINE (new_map)); in fe_file_change() 273 (*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()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | optimize.c | 215 (*debug_hooks->deferred_inline_function) (fn); in maybe_clone_body()
|
H A D | name-lookup.c | 3724 (*debug_hooks->global_decl) (alias); in do_namespace_alias() 3888 (*debug_hooks->imported_module_or_decl) (name_space, NULL_TREE, in do_using_directive() 6062 (*debug_hooks->imported_module_or_decl) (t, NULL_TREE, context, false); in cp_emit_debug_info_for_using()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | optimize.c | 544 (*debug_hooks->deferred_inline_function) (fn); in maybe_clone_body()
|
/dflybsd-src/contrib/gcc-8.0/gcc/lto/ |
H A D | lto.c | 1839 debug_hooks->register_external_die (e.decl, e.sym, e.off); in lto_read_decls() 3384 debug_hooks->early_finish ("<artificial>"); in lto_main()
|