Searched refs:get_output_file_name (Results 1 – 7 of 7) sorted by relevance
83 if (option.get_output_file_name ()) in main()84 if (strcmp (option.get_output_file_name (), "-") != 0) in main()85 if (!freopen (option.get_output_file_name (), "w", stdout)) in main()88 option.get_output_file_name ()); in main()
145 const char * get_output_file_name () const;
49 Options::get_output_file_name () const
175 const char *get_output_file_name (const char *);
1299 get_output_file_name (const char *input_file) in get_output_file_name() function2488 const char *name = get_output_file_name (fn); in put_mangled_filename()
15930 (get_output_file_name): Just look at 'name' field in struct outf.18028 (get_output_file_name): New function.18035 (get_output_file_name): Prototype.
959 * src/options.h (Output::get_output_file_name): New method.961 * src/options.icc (Options::get_output_file_name): New method.