Searched refs:do_nothing_debug_hooks (Results 1 – 7 of 7) sorted by relevance
27 const struct gcc_debug_hooks do_nothing_debug_hooks = variable
168 extern const struct gcc_debug_hooks do_nothing_debug_hooks;
1274 debug_hooks = &do_nothing_debug_hooks; in process_options()1472 || debug_hooks->var_location == do_nothing_debug_hooks.var_location) in process_options()
25 const struct gcc_debug_hooks do_nothing_debug_hooks = variable
232 extern const struct gcc_debug_hooks do_nothing_debug_hooks;
1234 debug_hooks = &do_nothing_debug_hooks; in process_options()1501 || debug_hooks->var_location == do_nothing_debug_hooks.var_location) in process_options()
2914 debug_hooks = &do_nothing_debug_hooks; in synth_module_prologue()