Searched refs:debug_function (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-cfg.h | 83 extern void debug_function (tree, dump_flags_t);
|
H A D | gdbinit.in | 264 output debug_function (cfun ? cfun->decl : current_function_decl, 0)
|
H A D | tree-cfg.cc | 8307 debug_function (tree fn, dump_flags_t flags) in debug_function() function
|
H A D | ChangeLog-2006 | 22054 * tree-dump.h (debug_function): Declare. 22333 (debug_function): New.
|
H A D | ChangeLog-2018 | 20137 * tree-cfg.h (debug_function): Fix argument type to match
|
H A D | ChangeLog-2010 | 28826 * tree-cfg.c (debug_cfg_stats, verify_stmts, debug_function,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-cfg.h | 83 extern void debug_function (tree, dump_flags_t);
|
H A D | gdbinit.in | 264 output debug_function (cfun ? cfun->decl : current_function_decl, 0)
|
H A D | tree-cfg.c | 8213 debug_function (tree fn, dump_flags_t flags) in debug_function() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto-dump.cc | 269 debug_function (cnode->decl, flags); in dump_body()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto-dump.c | 269 debug_function (cnode->decl, flags); in dump_body()
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | debug.c | 48 struct debug_function *current_function; 366 struct debug_function struct 509 struct debug_function *function; 579 const char *, enum debug_object_linkage, struct debug_function *); 769 struct debug_function *f; in debug_record_function() 784 f = (struct debug_function *) xmalloc (sizeof *f); in debug_record_function() 2821 struct debug_function *function) in debug_write_function()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | debug.c | 51 struct debug_function *current_function; 371 struct debug_function struct 514 struct debug_function *function; 584 const char *, enum debug_object_linkage, struct debug_function *); 785 struct debug_function *f; in debug_record_function() 2821 struct debug_function *function) in debug_write_function()
|