Home
last modified time | relevance | path

Searched refs:debug_hooks (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dtoplev.c200 const struct gcc_debug_hooks *debug_hooks; variable
893 debug_hooks->global_decl (vec[i]); in emit_debug_global_declarations()
1112 (*debug_hooks->finish) (main_input_filename); in compile_file()
1605 debug_hooks = &do_nothing_debug_hooks; in process_options()
1767 debug_hooks = &dbx_debug_hooks; in process_options()
1771 debug_hooks = &xcoff_debug_hooks; in process_options()
1775 debug_hooks = &sdb_debug_hooks; in process_options()
1779 debug_hooks = &dwarf2_debug_hooks; in process_options()
1783 debug_hooks = &vmsdbg_debug_hooks; in process_options()
1793 || debug_hooks->var_location == do_nothing_debug_hooks.var_location) in process_options()
[all …]
H A Dc-lex.c236 (*debug_hooks->start_source_file) (included_at, new_map->to_file); in fe_file_change()
260 (*debug_hooks->end_source_file) (new_map->to_line); in fe_file_change()
312 (*debug_hooks->define) (SOURCE_LINE (map, loc), in cb_define()
322 (*debug_hooks->undef) (SOURCE_LINE (map, loc), in cb_undef()
H A Ddebug.h132 extern const struct gcc_debug_hooks *debug_hooks;
H A Dc-pch.c164 (*debug_hooks->handle_pch) (0); in pch_init()
180 (*debug_hooks->handle_pch) (1); in c_common_write_pch()
H A Dfinal.c1388 (*debug_hooks->begin_prologue) (last_linenum, last_filename); in final_start_function()
1524 (*debug_hooks->end_function) (high_function_linenum); in final_end_function()
1531 (*debug_hooks->end_epilogue) (last_linenum, last_filename); in final_end_function()
1712 (*debug_hooks->switch_text_section) (); in final_scan_insn()
1765 (*debug_hooks->end_prologue) (last_linenum, last_filename); in final_scan_insn()
1791 (*debug_hooks->begin_block) (last_linenum, n); in final_scan_insn()
1813 (*debug_hooks->end_block) (high_block_linenum, n); in final_scan_insn()
1825 (*debug_hooks->var_location) (insn); in final_scan_insn()
1897 (*debug_hooks->label) (insn); in final_scan_insn()
2067 (*debug_hooks->source_line) (last_linenum, last_filename); in final_scan_insn()
[all …]
H A Dc-opts.c1219 if (debug_hooks->start_end_main_source_file) in c_common_parse_file()
1220 (*debug_hooks->start_source_file) (0, this_input_filename); in c_common_parse_file()
1228 if (debug_hooks->start_end_main_source_file) in c_common_parse_file()
1229 (*debug_hooks->end_source_file) (0); in c_common_parse_file()
H A Dpasses.c183 debug_hooks->type_decl (decl, !top_level); in rest_of_decl_compilation()
203 debug_hooks->type_decl (TYPE_STUB_DECL (type), !toplev); in rest_of_type_compilation()
H A Dcgraphunit.c523 (*debug_hooks->deferred_inline_function) (decl); in cgraph_finalize_function()
935 (*debug_hooks->global_decl) (node->decl); in cgraph_varpool_output_debug_info()
H A Dcfgexpand.c1774 (*debug_hooks->outlining_inline_function) (current_function_decl); in tree_expand_cfg()
H A Dc-decl.c1848 (*debug_hooks->outlining_inline_function) (olddecl); in merge_decls()
7646 if (debug_hooks->type_decl) in record_builtin_type()
7647 debug_hooks->type_decl (decl, false); in record_builtin_type()
9040 debug_hooks->global_decl (decl); in c_write_global_declarations_2()
H A Dtree-inline.c2170 (*debug_hooks->outlining_inline_function) (cg_edge->callee->decl); in expand_call_inline()
H A Dvarasm.c1452 (*debug_hooks->begin_function) (decl); in assemble_start_function()
H A DChangeLog-20054712 * toplev.c (process_options): Initialize debug_hooks early
26678 (struct dbx_debug_h): Add do_nothing function for new debug_hooks
26684 for new debug_hooks funciton, switch_text_section..
26685 * debug.h (struct gcc_debug_hooks): Add new function to debug_hooks,
26723 debug_hooks->switch_text_sections; replace appropriate calls to
H A DChangeLog-20015132 (debug_hooks): Initialize statically.
17090 * integrate.c (output_inline_function): Correct type of debug_hooks.
17398 (output_inline_function): Save, reset, and restore debug_hooks.
17979 (debug_hooks): New.
H A DChangeLog-20023685 (check_global_declarations): Don't call debug_hooks->global_decl
28861 * debug.h (debug_hooks, do_nothing_debug_hooks, dbx_debug_hooks,
28869 * toplev.c (debug_hooks): Likewise.
32975 * c-lex.c (yyparse): Call debug_hooks->start_source_file for
H A DChangeLog-200415931 * toplev.c (process_options): Ensure debug_hooks is initialized.
20560 * c-decl.c (record_builtin_type): Call debug_hooks->type_decl
42087 Use debug_hooks->type_decl.
42115 (record_builtin_type): Call debug_hooks->type_decl on the TYPE_DECL.
42833 according to optimize, debug_info_level and debug_hooks.
H A DChangeLog-200311578 * toplev.c (debug_hooks): Don't initialize.
15823 debug_hooks->start_source_file call.
/freebsd-12.1/contrib/gcc/cp/
H A Doptimize.c92 (*debug_hooks->deferred_inline_function) (fn); in maybe_clone_body()
H A Dname-lookup.c3228 (*debug_hooks->global_decl) (alias); in do_namespace_alias()
3388 (*debug_hooks->imported_module_or_decl) (namespace, context); in do_using_directive()
5208 (*debug_hooks->imported_module_or_decl) (t, context); in cp_emit_debug_info_for_using()
H A DChangeLog-20046177 (record_builtin_type): Call debug_hooks->type_decl on the TYPE_DECL.
6435 (do_namespace_alias): Invoke debug_hooks to emit debug info
6437 (do_local_using_decl): Invoke debug_hooks to emit debug info
H A Ddecl.c3029 debug_hooks->type_decl (tdecl, 0); in record_builtin_type()