Searched refs:go_debug_hooks (Results 1 – 2 of 2) sorted by relevance
45 static struct gcc_debug_hooks go_debug_hooks; variable1444 go_debug_hooks = *hooks; in dump_go_spec_init()1447 go_debug_hooks.finish = go_finish; in dump_go_spec_init()1448 go_debug_hooks.define = go_define; in dump_go_spec_init()1449 go_debug_hooks.undef = go_undef; in dump_go_spec_init()1450 go_debug_hooks.function_decl = go_function_decl; in dump_go_spec_init()1451 go_debug_hooks.early_global_decl = go_early_global_decl; in dump_go_spec_init()1452 go_debug_hooks.late_global_decl = go_late_global_decl; in dump_go_spec_init()1453 go_debug_hooks.type_decl = go_type_decl; in dump_go_spec_init()1458 return &go_debug_hooks; in dump_go_spec_init()
45 static struct gcc_debug_hooks go_debug_hooks; variable1430 go_debug_hooks = *hooks; in dump_go_spec_init()1433 go_debug_hooks.finish = go_finish; in dump_go_spec_init()1434 go_debug_hooks.define = go_define; in dump_go_spec_init()1435 go_debug_hooks.undef = go_undef; in dump_go_spec_init()1436 go_debug_hooks.function_decl = go_function_decl; in dump_go_spec_init()1437 go_debug_hooks.early_global_decl = go_early_global_decl; in dump_go_spec_init()1438 go_debug_hooks.late_global_decl = go_late_global_decl; in dump_go_spec_init()1439 go_debug_hooks.type_decl = go_type_decl; in dump_go_spec_init()1444 return &go_debug_hooks; in dump_go_spec_init()