Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddebug.h24 struct gcc_debug_hooks struct
106 extern const struct gcc_debug_hooks *debug_hooks; argument
127 extern const struct gcc_debug_hooks do_nothing_debug_hooks;
128 extern const struct gcc_debug_hooks dbx_debug_hooks;
129 extern const struct gcc_debug_hooks sdb_debug_hooks;
130 extern const struct gcc_debug_hooks xcoff_debug_hooks;
131 extern const struct gcc_debug_hooks dwarf_debug_hooks;
132 extern const struct gcc_debug_hooks dwarf2_debug_hooks;
133 extern const struct gcc_debug_hooks vmsdbg_debug_hooks;
H A Ddebug.c23 const struct gcc_debug_hooks do_nothing_debug_hooks =
H A Dsdbout.c305 const struct gcc_debug_hooks sdb_debug_hooks =
1753 const struct gcc_debug_hooks sdb_debug_hooks;
H A Ddbxout.c331 const struct gcc_debug_hooks dbx_debug_hooks =
361 const struct gcc_debug_hooks xcoff_debug_hooks =
H A Dvmsdbgout.c169 const struct gcc_debug_hooks vmsdbg_debug_hooks
H A Dintegrate.c3024 const struct gcc_debug_hooks *const old_debug_hooks = debug_hooks;
H A Dtoplev.c195 const struct gcc_debug_hooks *debug_hooks = &do_nothing_debug_hooks;
H A Ddwarfout.c1273 const struct gcc_debug_hooks dwarf_debug_hooks =
H A Ddwarf2out.c3166 const struct gcc_debug_hooks dwarf2_debug_hooks =
12927 const struct gcc_debug_hooks dwarf2_debug_hooks;
H A DChangeLog.63369 * 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,
/openbsd-src/gnu/gcc/gcc/
H A Ddebug.h24 struct gcc_debug_hooks struct
132 extern const struct gcc_debug_hooks *debug_hooks; argument
147 extern const struct gcc_debug_hooks do_nothing_debug_hooks;
148 extern const struct gcc_debug_hooks dbx_debug_hooks;
149 extern const struct gcc_debug_hooks sdb_debug_hooks;
150 extern const struct gcc_debug_hooks xcoff_debug_hooks;
151 extern const struct gcc_debug_hooks dwarf2_debug_hooks;
152 extern const struct gcc_debug_hooks vmsdbg_debug_hooks;
H A Ddebug.c25 const struct gcc_debug_hooks do_nothing_debug_hooks =
H A Dsdbout.c306 const struct gcc_debug_hooks sdb_debug_hooks =
1691 const struct gcc_debug_hooks sdb_debug_hooks;
H A Dtoplev.c198 const struct gcc_debug_hooks *debug_hooks;
202 static const struct gcc_debug_hooks *default_debug_hooks;
H A Ddbxout.c347 const struct gcc_debug_hooks dbx_debug_hooks =
383 const struct gcc_debug_hooks xcoff_debug_hooks =
H A Dvmsdbgout.c188 const struct gcc_debug_hooks vmsdbg_debug_hooks
H A Ddwarf2out.c3630 const struct gcc_debug_hooks dwarf2_debug_hooks =
14430 const struct gcc_debug_hooks dwarf2_debug_hooks;
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c1524 const struct gcc_debug_hooks *const save_hooks = debug_hooks; in synth_module_prologue()
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c1203 const struct gcc_debug_hooks *const save_hooks = debug_hooks; in synth_module_prologue()