/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | debug.h | 24 struct gcc_debug_hooks struct 204 extern const struct gcc_debug_hooks *debug_hooks; argument 232 extern const struct gcc_debug_hooks do_nothing_debug_hooks; 233 extern const struct gcc_debug_hooks dbx_debug_hooks; 234 extern const struct gcc_debug_hooks xcoff_debug_hooks; 235 extern const struct gcc_debug_hooks dwarf2_debug_hooks; 236 extern const struct gcc_debug_hooks dwarf2_lineno_debug_hooks; 237 extern const struct gcc_debug_hooks vmsdbg_debug_hooks; 256 extern const struct gcc_debug_hooks * 257 dump_go_spec_init (const char *, const struct gcc_debug_hooks *);
|
H A D | debug.c | 25 const struct gcc_debug_hooks do_nothing_debug_hooks =
|
H A D | godump.c | 45 static struct gcc_debug_hooks go_debug_hooks; 49 static const struct gcc_debug_hooks *real_debug_hooks; 1434 const struct gcc_debug_hooks * 1435 dump_go_spec_init (const char *filename, const struct gcc_debug_hooks *hooks) in dump_go_spec_init()
|
H A D | dbxout.c | 351 const struct gcc_debug_hooks dbx_debug_hooks = 398 const struct gcc_debug_hooks xcoff_debug_hooks =
|
H A D | vmsdbgout.c | 178 const struct gcc_debug_hooks vmsdbg_debug_hooks
|
H A D | toplev.c | 130 const struct gcc_debug_hooks *debug_hooks;
|
H A D | dwarf2out.c | 2814 const struct gcc_debug_hooks dwarf2_debug_hooks = 2863 const struct gcc_debug_hooks dwarf2_lineno_debug_hooks =
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | debug.h | 28 struct gcc_debug_hooks struct 212 extern const struct gcc_debug_hooks *debug_hooks; argument 240 extern const struct gcc_debug_hooks do_nothing_debug_hooks; 241 extern const struct gcc_debug_hooks dbx_debug_hooks; 242 extern const struct gcc_debug_hooks xcoff_debug_hooks; 243 extern const struct gcc_debug_hooks dwarf2_debug_hooks; 244 extern const struct gcc_debug_hooks dwarf2_lineno_debug_hooks; 245 extern const struct gcc_debug_hooks vmsdbg_debug_hooks; 264 extern const struct gcc_debug_hooks * 265 dump_go_spec_init (const char *, const struct gcc_debug_hooks *);
|
H A D | debug.cc | 25 const struct gcc_debug_hooks do_nothing_debug_hooks =
|
H A D | godump.cc | 45 static struct gcc_debug_hooks go_debug_hooks; 49 static const struct gcc_debug_hooks *real_debug_hooks; 1420 const struct gcc_debug_hooks * 1421 dump_go_spec_init (const char *filename, const struct gcc_debug_hooks *hooks) in dump_go_spec_init()
|
H A D | dbxout.cc | 352 const struct gcc_debug_hooks dbx_debug_hooks = 400 const struct gcc_debug_hooks xcoff_debug_hooks =
|
H A D | toplev.cc | 124 const struct gcc_debug_hooks *debug_hooks;
|
H A D | vmsdbgout.cc | 178 const struct gcc_debug_hooks vmsdbg_debug_hooks
|
H A D | ChangeLog-2001 | 3369 * debug.h (gcc_debug_hooks): Add vmsdbg_debug_hooks. 16921 (struct gcc_debug_hooks): New hooks ignore_block, 16998 * debug.h (struct gcc_debug_hooks): New hooks function_decl, 17143 (gcc_debug_hooks): New hooks begin_prologue, end_prologue, 17461 (gcc_debug_hooks): New hooks source_line, end_epilogue 17703 * debug.h (gcc_debug_hooks): New hooks begin_block and end_block. 17752 * debug.h (gcc_debug_hooks): New hooks define, undef,
|
H A D | dwarf2out.cc | 2916 const struct gcc_debug_hooks dwarf2_debug_hooks = 2966 const struct gcc_debug_hooks dwarf2_lineno_debug_hooks =
|
H A D | ChangeLog-2009 | 4317 * debug.h (struct gcc_debug_hooks): Add copy_call_info hook. 5662 * debug.h (struct gcc_debug_hooks): Add assembly_start hook. 6455 * debug.h (struct gcc_debug_hooks): Add direct_call, 18871 * debug.c (struct gcc_debug_hooks): Change placeholder for 18875 * debug.h (struct gcc_debug_hooks): Add is_stmt parameter to 20343 * debug.h (struct gcc_debug_hooks): Add parameter to source_line hook.
|
H A D | ChangeLog-2017 | 3124 * debug.h (gcc_debug_hooks): Add inline_entry. 20282 * debug.h (struct gcc_debug_hooks): Add die_ref_for_decl and 22063 * debug.h (struct gcc_debug_hooks): Add IMPLICIT argument 37438 * debug.h (struct gcc_debug_hooks): Add column argument to
|
H A D | ChangeLog-2015 | 745 * debug.h (struct gcc_debug_hooks): Add a new size_function 28186 * debug.h (struct gcc_debug_hooks): Add a 29323 * debug.h (struct gcc_debug_hooks): Add early_finish, 29326 Document gcc_debug_hooks.
|
H A D | ChangeLog-2004 | 42077 * debug.h (struct gcc_debug_hooks): Add type_decl field. 42775 * dwarf2out.c (struct gcc_debug_hooks): Call dwarf2out_begin_function 42845 * debug.h (struct gcc_debug_hooks): Added var_location debug hook. 44879 * debug.h (gcc_debug_hooks): New hook, imported_module_or_decl.
|
H A D | ChangeLog-2010 | 5113 * debug.h (struct gcc_debug_hooks): Add tree_type_symtab_field. 25601 * dbxout.c (gcc_debug_hooks): New entry begin_epilogue. 25617 (gcc_debug_hooks): New entry begin_epilogue. Set end_prologue,
|
H A D | ChangeLog | 13628 * debug.h (struct gcc_debug_hooks): Likewise.
|
/netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/examples/ |
H A D | 29906a.log | 90 * debug.h (gcc_debug_hooks): New hook, imported_module_or_decl.
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/ |
H A D | 29906a.log | 90 * debug.h (gcc_debug_hooks): New hook, imported_module_or_decl.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-act.cc | 3087 const struct gcc_debug_hooks *const save_hooks = debug_hooks; in synth_module_prologue()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-act.c | 3011 const struct gcc_debug_hooks *const save_hooks = debug_hooks; in synth_module_prologue()
|