Lines Matching refs:debug_hooks
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()
1492 debug_hooks = dump_go_spec_init (flag_dump_go_spec, debug_hooks); in process_options()
1784 (*debug_hooks->init) (name); in lang_dependent_init()