Searched refs:gcc_debug_hooks (Results 1 – 23 of 23) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| 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 *);
|
| D | debug.cc | 25 const struct gcc_debug_hooks do_nothing_debug_hooks =
|
| 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()
|
| D | dbxout.cc | 352 const struct gcc_debug_hooks dbx_debug_hooks = 400 const struct gcc_debug_hooks xcoff_debug_hooks =
|
| D | vmsdbgout.cc | 178 const struct gcc_debug_hooks vmsdbg_debug_hooks
|
| D | toplev.cc | 124 const struct gcc_debug_hooks *debug_hooks;
|
| 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,
|
| D | dwarf2out.cc | 2916 const struct gcc_debug_hooks dwarf2_debug_hooks = 2966 const struct gcc_debug_hooks dwarf2_lineno_debug_hooks =
|
| 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.
|
| 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
|
| 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.
|
| 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.
|
| 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,
|
| D | ChangeLog | 13628 * debug.h (struct gcc_debug_hooks): Likewise.
|
| D | ChangeLog-2005 | 26684 * debug.h (struct gcc_debug_hooks): Add new function to debug_hooks, 27585 * debug.h (gcc_debug_hooks): Ditto.
|
| D | ChangeLog-2008 | 8327 * debug.h (struct gcc_debug_hooks): Add NAME and CHILD
|
| D | ChangeLog-2021 | 27401 * debug.h (gcc_debug_hooks): Add set_ignored_loc function pointer.
|
| D | ChangeLog-2003 | 27791 * debug.h (struct gcc_debug_hooks): Add handle_pch.
|
| D | ChangeLog-2016 | 13365 * debug.h (gcc_debug_hooks): Add filename parameter to early_finish
|
| D | ChangeLog-2011 | 35122 * debug.h (struct gcc_debug_hooks): Remove direct_call,
|
| D | ChangeLog-2014 | 27462 * debug.h (struct gcc_debug_hooks): Strengthen param 1 of hook
|
| /netbsd/src/external/gpl3/gcc/dist/contrib/reghunt/examples/ |
| D | 29906a.log | 90 * debug.h (gcc_debug_hooks): New hook, imported_module_or_decl.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/objc/ |
| D | objc-act.cc | 3087 const struct gcc_debug_hooks *const save_hooks = debug_hooks; in synth_module_prologue()
|