Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgodump.c47 static struct gcc_debug_hooks go_debug_hooks; variable
1252 go_debug_hooks = *hooks; in dump_go_spec_init()
1255 go_debug_hooks.finish = go_finish; in dump_go_spec_init()
1256 go_debug_hooks.define = go_define; in dump_go_spec_init()
1257 go_debug_hooks.undef = go_undef; in dump_go_spec_init()
1258 go_debug_hooks.function_decl = go_function_decl; in dump_go_spec_init()
1259 go_debug_hooks.global_decl = go_global_decl; in dump_go_spec_init()
1260 go_debug_hooks.type_decl = go_type_decl; in dump_go_spec_init()
1265 return &go_debug_hooks; in dump_go_spec_init()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgodump.c45 static struct gcc_debug_hooks go_debug_hooks; variable
1441 go_debug_hooks = *hooks; in dump_go_spec_init()
1444 go_debug_hooks.finish = go_finish; in dump_go_spec_init()
1445 go_debug_hooks.define = go_define; in dump_go_spec_init()
1446 go_debug_hooks.undef = go_undef; in dump_go_spec_init()
1447 go_debug_hooks.function_decl = go_function_decl; in dump_go_spec_init()
1448 go_debug_hooks.early_global_decl = go_early_global_decl; in dump_go_spec_init()
1449 go_debug_hooks.late_global_decl = go_late_global_decl; in dump_go_spec_init()
1450 go_debug_hooks.type_decl = go_type_decl; in dump_go_spec_init()
1455 return &go_debug_hooks; in dump_go_spec_init()