GCC Middle and Back End API Reference
|
Data Fields | |
const char * | name |
const char * | language |
struct compiler * | incompiler |
bool | compiled |
bool | preprocessed |
Language is one of three things: 1) The name of a real programming language. 2) NULL, indicating that no one has figured out what it is yet. 3) '*', indicating that the file should be passed to the linker.
bool infile::compiled |
Referenced by do_spec_1(), driver::do_spec_on_infiles(), and driver::prepare_infiles().
struct compiler* infile::incompiler |
Referenced by compile_input_file_p(), and driver::prepare_infiles().
const char* infile::language |
Referenced by add_infile(), and compile_input_file_p().
const char* infile::name |
Referenced by add_infile(), driver::prepare_infiles(), and process_command().
bool infile::preprocessed |
Referenced by driver::prepare_infiles().