Home
last modified time | relevance | path

Searched refs:gcc_debug_hooks (Results 1 – 23 of 23) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddebug.h28 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 *);
Ddebug.cc25 const struct gcc_debug_hooks do_nothing_debug_hooks =
Dgodump.cc45 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()
Ddbxout.cc352 const struct gcc_debug_hooks dbx_debug_hooks =
400 const struct gcc_debug_hooks xcoff_debug_hooks =
Dvmsdbgout.cc178 const struct gcc_debug_hooks vmsdbg_debug_hooks
Dtoplev.cc124 const struct gcc_debug_hooks *debug_hooks;
DChangeLog-20013369 * 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,
Ddwarf2out.cc2916 const struct gcc_debug_hooks dwarf2_debug_hooks =
2966 const struct gcc_debug_hooks dwarf2_lineno_debug_hooks =
DChangeLog-20094317 * 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.
DChangeLog-20173124 * 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
DChangeLog-2015745 * 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.
DChangeLog-200442077 * 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.
DChangeLog-20105113 * 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,
DChangeLog13628 * debug.h (struct gcc_debug_hooks): Likewise.
DChangeLog-200526684 * debug.h (struct gcc_debug_hooks): Add new function to debug_hooks,
27585 * debug.h (gcc_debug_hooks): Ditto.
DChangeLog-20088327 * debug.h (struct gcc_debug_hooks): Add NAME and CHILD
DChangeLog-202127401 * debug.h (gcc_debug_hooks): Add set_ignored_loc function pointer.
DChangeLog-200327791 * debug.h (struct gcc_debug_hooks): Add handle_pch.
DChangeLog-201613365 * debug.h (gcc_debug_hooks): Add filename parameter to early_finish
DChangeLog-201135122 * debug.h (struct gcc_debug_hooks): Remove direct_call,
DChangeLog-201427462 * debug.h (struct gcc_debug_hooks): Strengthen param 1 of hook
/netbsd/src/external/gpl3/gcc/dist/contrib/reghunt/examples/
D29906a.log90 * debug.h (gcc_debug_hooks): New hook, imported_module_or_decl.
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-act.cc3087 const struct gcc_debug_hooks *const save_hooks = debug_hooks; in synth_module_prologue()