Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/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 …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Ddebug.h25 struct gcc_debug_hooks struct
29 void (* init) (const char *main_filename);
32 void (* finish) (const char *main_filename);
36 void (* assembly_start) (void);
39 void (* define) (unsigned int line, const char *text);
42 void (* undef) (unsigned int line, const char *macro);
46 void (* start_source_file) (unsigned int line, const char *file);
50 void (* end_source_file) (unsigned int line);
54 void (* begin_block) (unsigned int line, unsigned int n);
57 void (* end_block) (unsigned int line, unsigned int n);
[all …]