Lines Matching refs:HelpText
13 HelpText<help>;
17 def NAME: Flag<["--"], name>, HelpText<help1>;
18 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>;
30 HelpText<help>;
34 def NAME: Flag<["--", "-"], name>, HelpText<help1>;
35 def no_ # NAME: Flag<["--", "-"], "no-" # name>, HelpText<help2>;
39 def Bsymbolic: F<"Bsymbolic">, HelpText<"Bind defined symbols locally">;
41 def Bdynamic: F<"Bdynamic">, HelpText<"Link against shared libraries (default)">;
43 def Bstatic: F<"Bstatic">, HelpText<"Do not link against shared libraries">;
49 HelpText<"Use colors in diagnostics (default: auto)">,
53 HelpText<"Compress the relocation targets in the code section.">;
59 def emit_relocs: F<"emit-relocs">, HelpText<"Generate relocations in output">;
62 HelpText<"Report unresolved symbols as errors">;
69 HelpText<"Name of entry point symbol">;
75 HelpText<"Treat warnings as errors">;
85 def help: F<"help">, HelpText<"Print option help">;
88 HelpText<"Root name of library to use">;
91 HelpText<"Add a directory to the library search path">;
93 def m: JoinedOrSeparate<["-"], "m">, HelpText<"Set target emulation">;
102 HelpText<"Path to file to write output">;
104 def O: JoinedOrSeparate<["-"], "O">, HelpText<"Optimize output file size">;
115 HelpText<"Print a link map to the standard output">;
117 def relocatable: F<"relocatable">, HelpText<"Create relocatable object file">;
124 def shared: F<"shared">, HelpText<"Build a shared object">;
126 def strip_all: F<"strip-all">, HelpText<"Strip all symbols">;
128 def strip_debug: F<"strip-debug">, HelpText<"Strip debugging information">;
134 def trace: F<"trace">, HelpText<"Print the names of the input files">;
143 def v: Flag<["-"], "v">, HelpText<"Display the version number">;
145 def verbose: F<"verbose">, HelpText<"Verbose mode">;
147 def version: F<"version">, HelpText<"Display the version number and exit">;
150 HelpText<"Report unresolved symbols as warnings">;
156 HelpText<"Linker option extensions">;
161 HelpText<"Allow undefined symbols in linked binary. "
166 HelpText<"Turn undefined symbols into imports where possible">;
169 HelpText<"Allow symbols listed in <file> to be undefined in linked binary">;
180 HelpText<"Export all symbols (normally combined with --no-gc-sections)">;
183 HelpText<"Export function table to the environment">;
186 HelpText<"Remove maximum size from function table, allowing table to grow">;
189 HelpText<"Where to start to place global data">;
192 …HelpText<"Import the module's memory from the default module of \"env\" with the name \"memory\"."…
194 HelpText<"Import the module's memory from the passed module with the passed name.">,
198 HelpText<"Export the module's memory with the default name of \"memory\"">;
200 HelpText<"Export the module's memory with the passed name">;
203 HelpText<"Use shared linear memory">;
206 HelpText<"Import function table from the environment">;
209 HelpText<"Initial size of the linear memory">;
212 HelpText<"Maximum size of the linear memory">;
215 HelpText<"Do not output any entry point">;
218 HelpText<"Place stack at start of linear memory rather than after data">;
224 def why_extract: JJ<"why-extract=">, HelpText<"Print to a file about why archive members are extrac…
231 HelpText<"Comma-separated used features, inferred from input objects by default.">;
234 …HelpText<"Comma-separated list of features to add to the default set of features inferred from inp…
239 def: F<"call_shared">, Alias<Bdynamic>, HelpText<"Alias for --Bdynamic">;
240 def: F<"dy">, Alias<Bdynamic>, HelpText<"Alias for --Bdynamic">;
241 def: F<"dn">, Alias<Bstatic>, HelpText<"Alias for --Bstatic">;
242 def: F<"non_shared">, Alias<Bstatic>, HelpText<"Alias for --Bstatic">;
243 def: F<"static">, Alias<Bstatic>, HelpText<"Alias for --Bstatic">;
244 def: Flag<["-"], "E">, Alias<export_dynamic>, HelpText<"Alias for --export-dynamic">;
250 def: Flag<["-"], "M">, Alias<print_map>, HelpText<"Alias for --print-map">;
252 def: Flag<["-"], "s">, Alias<strip_all>, HelpText<"Alias for --strip-all">;
253 def: Flag<["-"], "S">, Alias<strip_debug>, HelpText<"Alias for --strip-debug">;
254 def: Flag<["-"], "t">, Alias<trace>, HelpText<"Alias for --trace">;
255 def: JoinedOrSeparate<["-"], "y">, Alias<trace_symbol>, HelpText<"Alias for --trace-symbol">;
260 HelpText<"Optimization level for LTO">;
262 HelpText<"Number of LTO codegen partitions">;
264 def save_temps: F<"save-temps">, HelpText<"Save intermediate LTO compilation results">;
266 HelpText<"Path to ThinLTO cached object file directory">;
269 HelpText<"Number of ThinLTO jobs. Default to --threads=">;
271 HelpText<"Use new pass manager">;
273 HelpText<"Debug new pass manager">;
277 HelpText<"Enable Experimental PIC">;