1 ; Options for the LTO front end.
2 ; Copyright (C) 2008-2021 Free Software Foundation, Inc.
4 ; This file is part of GCC.
6 ; GCC is free software; you can redistribute it and/or modify it under
7 ; the terms of the GNU General Public License as published by the Free
8 ; Software Foundation; either version 3, or (at your option) any later
11 ; GCC is distributed in the hope that it will be useful, but WITHOUT ANY
12 ; WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 ; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 ; You should have received a copy of the GNU General Public License
17 ; along with GCC; see the file COPYING3. If not see
18 ; <http://www.gnu.org/licenses/>.
20 ; See the GCC internals manual for a description of this file's format.
22 ; Please try to keep this file in ASCII collating order.
31 Name(lto_linker_output) Type(enum lto_linker_output) UnknownError(unknown linker output %qs)
34 Enum(lto_linker_output) String(unknown) Value(LTO_LINKER_OUTPUT_UNKNOWN)
37 Enum(lto_linker_output) String(rel) Value(LTO_LINKER_OUTPUT_REL)
40 Enum(lto_linker_output) String(nolto-rel) Value(LTO_LINKER_OUTPUT_NOLTOREL)
43 Enum(lto_linker_output) String(dyn) Value(LTO_LINKER_OUTPUT_DYN)
46 Enum(lto_linker_output) String(pie) Value(LTO_LINKER_OUTPUT_PIE)
49 Enum(lto_linker_output) String(exec) Value(LTO_LINKER_OUTPUT_EXEC)
52 LTO Driver Joined RejectNegative Enum(lto_linker_output) Var(flag_lto_linker_output) Init(LTO_LINKER_OUTPUT_UNKNOWN)
53 Set linker output type (used internally during LTO optimization).
58 Run the link-time optimizer in local transformation (LTRANS) mode.
61 LTO Joined Var(ltrans_output_list)
62 Specify a file to which a list of files output by LTRANS is written.
66 Run the link-time optimizer in whole program analysis (WPA) mode.
69 LTO Driver RejectNegative Joined Var(flag_wpa)
70 Whole program analysis (WPA) mode with number of parallel jobs specified.
74 LTODump Var(flag_lto_dump_list)
75 Call the dump function for variables and function in IL.
78 LTODump Var(flag_lto_dump_demangle)
79 Dump the demangled output.
82 LTODump Var(flag_lto_dump_defined)
83 Dump only the defined symbols.
86 LTODump Var(flag_lto_print_value)
87 Print the initial values of the variables.
90 LTODump Var(flag_lto_name_sort)
91 Sort the symbols alphabetically.
94 LTODump Var(flag_lto_size_sort)
95 Sort the symbols according to size.
98 LTODump Var(flag_lto_reverse_sort)
99 Display the symbols in reverse order.
102 LTODump RejectNegative Joined Var(flag_lto_dump_symbol)
105 LTODump Var(flag_lto_dump_objects)
106 Dump the details of LTO objects.
109 LTODump Var(flag_lto_dump_type_stats)
110 Dump the statistics of tree types.
113 LTODump Var(flag_lto_tree_stats)
114 Dump the statistics of trees.
117 LTODump Var(flag_lto_gimple_stats)
118 Dump the statistics of gimple statements.
121 LTODump RejectNegative Joined Var(flag_dump_level)
124 LTODump RejectNegative Joined Var(flag_dump_body)
127 LTODump Var(flag_lto_dump_tool_help)
128 Dump the dump tool command line options.
131 LTODump Var(flag_dump_callgraph)
132 Dump the symtab callgraph.
138 ; This comment is to ensure we retain the blank line above.