
Data Fields | |
| const char * | label_prefix |
| const char * | ofilename |
| unsigned long | flags |
| unsigned long | debug |
| unsigned long | max_allocation_passes |
| size_t | include_path_count |
| const char ** | include_paths |
| size_t | define_count |
| const char ** | defines |
| size_t | undef_count |
| const char ** | undefs |
Definition at line 1042 of file romcc.c.
| const char* compiler_state::label_prefix |
Definition at line 1043 of file romcc.c.
Referenced by compiler_encode_flag(), get_const_pool_ref(), init_compiler_state(), print_const(), print_const_val(), print_instruction(), print_instructions(), print_op_branch(), print_op_move(), and print_sdecl().
| const char* compiler_state::ofilename |
Definition at line 1044 of file romcc.c.
Referenced by compile(), do_cleanup(), init_compiler_state(), and main().
| unsigned long compiler_state::flags |
Definition at line 1045 of file romcc.c.
Referenced by compile(), compile_file(), compiler_encode_flag(), do_inline(), eliminate_inefectual_code(), init_compiler_state(), scc_transform(), simplify(), and simplify_all().
| unsigned long compiler_state::debug |
Definition at line 1046 of file romcc.c.
Referenced by allocate_registers(), analyze_idominators(), analyze_ipdominators(), cgdebug_fp(), coalesce_ranges(), compile(), compiler_encode_flag(), copy_func(), error(), expand_function_call(), expand_inline_call(), find_constrained_def(), function_definition(), ids_from_rstate(), init_compiler_state(), initialize_live_ranges(), initialize_scc_state(), inline_function(), insert_function(), print_blocks(), print_dead_triples(), print_preprocessed_tokens(), print_triples(), register_builtin_function(), scc_add_fedge(), scc_add_sedge(), scc_debug_lnode(), scc_transform(), scc_visit_cbranch(), scc_visit_phi(), scc_writeback_values(), select_free_color(), setup_basic_blocks(), split_constrained_ranges(), split_ranges(), verify_consistency(), and warning().
| unsigned long compiler_state::max_allocation_passes |
Definition at line 1047 of file romcc.c.
Referenced by allocate_registers(), compiler_encode_flag(), and init_compiler_state().
Definition at line 1049 of file romcc.c.
Referenced by append_include_path(), and init_compiler_state().
| const char** compiler_state::include_paths |
Definition at line 1050 of file romcc.c.
Referenced by append_include_path(), compile_file(), and init_compiler_state().
| const char** compiler_state::defines |
Definition at line 1053 of file romcc.c.
Referenced by append_define(), init_compiler_state(), and process_cmdline_macros().
| const char** compiler_state::undefs |
Definition at line 1056 of file romcc.c.
Referenced by append_undef(), init_compiler_state(), and process_cmdline_macros().
1.5.5