Home
last modified time | relevance | path

Searched refs:real_debug_hooks (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgodump.c51 static const struct gcc_debug_hooks *real_debug_hooks; variable
130 real_debug_hooks->define (lineno, buffer); in go_define()
465 real_debug_hooks->undef (lineno, buffer); in go_undef()
491 real_debug_hooks->function_decl (decl); in go_function_decl()
500 real_debug_hooks->global_decl (decl); in go_global_decl()
509 real_debug_hooks->type_decl (decl, local); in go_type_decl()
1185 real_debug_hooks->finish (filename); in go_finish()
1253 real_debug_hooks = hooks; in dump_go_spec_init()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgodump.c49 static const struct gcc_debug_hooks *real_debug_hooks; variable
137 real_debug_hooks->define (lineno, buffer); in go_define()
472 real_debug_hooks->undef (lineno, buffer); in go_undef()
498 real_debug_hooks->function_decl (decl); in go_function_decl()
507 real_debug_hooks->early_global_decl (decl); in go_early_global_decl()
515 real_debug_hooks->late_global_decl (decl); in go_late_global_decl()
523 real_debug_hooks->type_decl (decl, local); in go_type_decl()
1378 real_debug_hooks->finish (filename); in go_finish()
1442 real_debug_hooks = hooks; in dump_go_spec_init()