Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddebug.h24 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 Ddebug.c25 const struct gcc_debug_hooks do_nothing_debug_hooks =
H A Dgodump.c45 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 Ddbxout.c351 const struct gcc_debug_hooks dbx_debug_hooks =
398 const struct gcc_debug_hooks xcoff_debug_hooks =
H A Dvmsdbgout.c178 const struct gcc_debug_hooks vmsdbg_debug_hooks
H A Dtoplev.c130 const struct gcc_debug_hooks *debug_hooks;
H A Ddwarf2out.c2814 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 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 *);
H A Ddebug.cc25 const struct gcc_debug_hooks do_nothing_debug_hooks =
H A 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()
H A Ddbxout.cc352 const struct gcc_debug_hooks dbx_debug_hooks =
400 const struct gcc_debug_hooks xcoff_debug_hooks =
H A Dtoplev.cc124 const struct gcc_debug_hooks *debug_hooks;
H A Dvmsdbgout.cc178 const struct gcc_debug_hooks vmsdbg_debug_hooks
H A 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,
H A Ddwarf2out.cc2916 const struct gcc_debug_hooks dwarf2_debug_hooks =
2966 const struct gcc_debug_hooks dwarf2_lineno_debug_hooks =
H A 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.
H A 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
H A 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.
H A 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.
H A 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,
H A DChangeLog13628 * debug.h (struct gcc_debug_hooks): Likewise.
/netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/examples/
H A D29906a.log90 * debug.h (gcc_debug_hooks): New hook, imported_module_or_decl.
/netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/
H A D29906a.log90 * debug.h (gcc_debug_hooks): New hook, imported_module_or_decl.
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc3087 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 Dobjc-act.c3011 const struct gcc_debug_hooks *const save_hooks = debug_hooks; in synth_module_prologue()

12