Home
last modified time | relevance | path

Searched defs:gcc_debug_hooks (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddebug.h28 struct gcc_debug_hooks struct
32 void (* init) (const char *main_filename);
35 void (* finish) (const char *main_filename);
38 void (* early_finish) (const char *main_filename);
42 void (* assembly_start) (void);
45 void (* define) (unsigned int line, const char *text);
48 void (* undef) (unsigned int line, const char *macro);
52 void (* start_source_file) (unsigned int line, const char *file);
56 void (* end_source_file) (unsigned int line);
60 void (* begin_block) (unsigned int line, unsigned int n);
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddebug.h24 struct gcc_debug_hooks struct
28 void (* init) (const char *main_filename);
31 void (* finish) (const char *main_filename);
34 void (* early_finish) (const char *main_filename);
38 void (* assembly_start) (void);
41 void (* define) (unsigned int line, const char *text);
44 void (* undef) (unsigned int line, const char *macro);
48 void (* start_source_file) (unsigned int line, const char *file);
52 void (* end_source_file) (unsigned int line);
56 void (* begin_block) (unsigned int line, unsigned int n);
[all …]