Home
last modified time | relevance | path

Searched refs:do_nothing_debug_hooks (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDdebug.c27 const struct gcc_debug_hooks do_nothing_debug_hooks = variable
HDdebug.h168 extern const struct gcc_debug_hooks do_nothing_debug_hooks;
HDtoplev.c1274 debug_hooks = &do_nothing_debug_hooks; in process_options()
1472 || debug_hooks->var_location == do_nothing_debug_hooks.var_location) in process_options()
/dragonfly/contrib/gcc-8.0/gcc/
HDdebug.c25 const struct gcc_debug_hooks do_nothing_debug_hooks = variable
HDdebug.h232 extern const struct gcc_debug_hooks do_nothing_debug_hooks;
HDtoplev.c1234 debug_hooks = &do_nothing_debug_hooks; in process_options()
1501 || debug_hooks->var_location == do_nothing_debug_hooks.var_location) in process_options()
/dragonfly/contrib/gcc-4.7/gcc/objc/
HDobjc-act.c2914 debug_hooks = &do_nothing_debug_hooks; in synth_module_prologue()