Lines Matching refs:debug_hooks
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()
2022 (*debug_hooks->init) (name); in lang_dependent_init()