Searched refs:output_file_directive (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | output.h | 550 extern void output_file_directive (FILE *, const char *);
|
H A D | varasm.c | 7310 output_file_directive (asm_out_file, "<artificial>"); in default_file_start() 7312 output_file_directive (asm_out_file, main_input_filename); in default_file_start() 7782 output_file_directive (FILE *asm_file, const char *input_name) in output_file_directive() function
|
H A D | target.def | 6608 /* True if output_file_directive should be called for main_input_filename 6612 "If this flag is true, @code{output_file_directive} will be called\n\
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | output.h | 618 extern void output_file_directive (FILE *, const char *);
|
H A D | sdbout.c | 1666 output_file_directive (asm_out_file, filename); in sdbout_start_source_file() 1681 output_file_directive (asm_out_file, current_file->name); in sdbout_end_source_file()
|
H A D | varasm.c | 7148 output_file_directive (asm_out_file, main_input_filename); in default_file_start() 7523 output_file_directive (FILE *asm_file, const char *input_name) in output_file_directive() function
|
H A D | target.def | 2727 /* True if output_file_directive should be called for main_input_filename
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | tm.texi | 7327 If this flag is true, @code{output_file_directive} will be called
|
H A D | tm.texi.in | 7231 If this flag is true, @code{output_file_directive} will be called
|