Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgodump.c49 static const struct gcc_debug_hooks *real_debug_hooks; variable
139 real_debug_hooks->define (lineno, buffer); in go_define()
474 real_debug_hooks->undef (lineno, buffer); in go_undef()
500 real_debug_hooks->function_decl (decl); in go_function_decl()
509 real_debug_hooks->early_global_decl (decl); in go_early_global_decl()
517 real_debug_hooks->late_global_decl (decl); in go_late_global_decl()
525 real_debug_hooks->type_decl (decl, local); in go_type_decl()
1381 real_debug_hooks->finish (filename); in go_finish()
1445 real_debug_hooks = hooks; in dump_go_spec_init()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgodump.cc49 static const struct gcc_debug_hooks *real_debug_hooks; variable
131 real_debug_hooks->define (lineno, buffer); in go_define()
466 real_debug_hooks->undef (lineno, buffer); in go_undef()
492 real_debug_hooks->function_decl (decl); in go_function_decl()
501 real_debug_hooks->early_global_decl (decl); in go_early_global_decl()
509 real_debug_hooks->late_global_decl (decl); in go_late_global_decl()
517 real_debug_hooks->type_decl (decl, local); in go_type_decl()
1367 real_debug_hooks->finish (filename); in go_finish()
1431 real_debug_hooks = hooks; in dump_go_spec_init()