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