#include "config_list.h"


Go to the source code of this file.
Functions/Subroutines | |
| static void | LIST_Configure (void) |
Variables | |
| BOOL | List_Enabled = FALSE |
| BOOL | List_All_Options = FALSE |
| BOOL | List_Cite = FALSE |
| BOOL | List_Options = FALSE |
| BOOL | List_Symbols = FALSE |
| BOOL | List_Notes = TRUE |
| static BOOL | List_Notes_Set = FALSE |
| BOOL | List_Software_Names = FALSE |
| BOOL | List_Source = TRUE |
| char * | List_Build_Date = NULL |
| static OPTION_DESC | Options_LIST [] |
Definition at line 139 of file config_list.cxx.
References List_All_Options, List_Cite, List_Enabled, List_Options, List_Symbols, and TRUE.
Referenced by Configure_Source().
| BOOL List_All_Options = FALSE |
Definition at line 64 of file config_list.cxx.
Referenced by List_Compile_Options(), LIST_Configure(), and main().
| char* List_Build_Date = NULL |
Definition at line 65 of file config_list.cxx.
Referenced by Configure_Source(), ipa_driver(), LIST_Configure(), Lnoptimizer(), Prepare_Source(), and Process_Filename_Options().
| BOOL List_Enabled = FALSE |
Definition at line 63 of file config_list.cxx.
Referenced by LIST_Configure(), Lnoptimizer(), main(), Prepare_Listing_File(), and Process_Command_Line().
| BOOL List_Notes = TRUE |
BOOL List_Notes_Set = FALSE [static] |
Definition at line 69 of file config_list.cxx.
| BOOL List_Options = FALSE |
Definition at line 66 of file config_list.cxx.
Referenced by List_Compile_Options(), and LIST_Configure().
| BOOL List_Software_Names = FALSE |
Definition at line 70 of file config_list.cxx.
Referenced by Preconfigure_Target(), r_assemble_list(), and sPrint_TN().
| BOOL List_Source = TRUE |
Definition at line 71 of file config_list.cxx.
Referenced by Cg_Dwarf_Add_Line_Entry(), and Preconfigure_Target().
| BOOL List_Symbols = FALSE |
Definition at line 67 of file config_list.cxx.
Referenced by CG_Fini(), CG_Generate_Code(), and LIST_Configure().
OPTION_DESC Options_LIST[] [static] |
Definition at line 78 of file config_list.cxx.
1.5.6