Lines Matching refs:HelpText
12 HelpText<help>;
16 def NAME: Flag<["--", "-"], name>, HelpText<help1>;
17 def no_ # NAME: Flag<["--", "-"], "no-" # name>, HelpText<help2>;
21 def NAME: Flag<["--"], name>, HelpText<help1>;
22 def no_ # NAME: Flag<["--"], "no-" # name>, HelpText<help2>;
26 def Bsymbolic: F<"Bsymbolic">, HelpText<"Bind defined symbols locally">;
32 HelpText<"Use colors in diagnostics (default: auto)">,
36 HelpText<"Compress the relocation targets in the code section.">;
42 def emit_relocs: F<"emit-relocs">, HelpText<"Generate relocations in output">;
45 HelpText<"Report unresolved symbols as errors">;
52 HelpText<"Name of entry point symbol">;
55 HelpText<"Maximum number of errors to emit before stopping (0 = no limit)">;
58 HelpText<"Treat warnings as errors">;
68 def help: F<"help">, HelpText<"Print option help">;
71 HelpText<"Root name of library to use">;
74 HelpText<"Add a directory to the library search path">;
76 def m: JoinedOrSeparate<["-"], "m">, HelpText<"Set target emulation">;
78 def mllvm: S<"mllvm">, HelpText<"Options to pass to LLVM">;
85 HelpText<"Path to file to write output">;
87 def O: JoinedOrSeparate<["-"], "O">, HelpText<"Optimize output file size">;
98 HelpText<"Print a link map to the standard output">;
100 def relocatable: F<"relocatable">, HelpText<"Create relocatable object file">;
107 def shared: F<"shared">, HelpText<"Build a shared object">;
109 def strip_all: F<"strip-all">, HelpText<"Strip all symbols">;
111 def strip_debug: F<"strip-debug">, HelpText<"Strip debugging information">;
117 def trace: F<"trace">, HelpText<"Print the names of the input files">;
126 def v: Flag<["-"], "v">, HelpText<"Display the version number">;
128 def verbose: F<"verbose">, HelpText<"Verbose mode">;
130 def version: F<"version">, HelpText<"Display the version number and exit">;
133 HelpText<"Report unresolved symbols as warnings">;
139 HelpText<"Linker option extensions">;
144 HelpText<"Allow undefined symbols in linked binary">;
147 HelpText<"Allow symbols listed in <file> to be undefined in linked binary">;
155 HelpText<"Export all symbols (normally combined with --no-gc-sections)">;
158 HelpText<"Export function table to the environment">;
161 HelpText<"Remove maximum size from function table, allowing table to grow">;
164 HelpText<"Where to start to place global data">;
167 HelpText<"Import memory from the environment">;
170 HelpText<"Use shared linear memory">;
173 HelpText<"Import function table from the environment">;
176 HelpText<"Initial size of the linear memory">;
179 HelpText<"Maximum size of the linear memory">;
182 HelpText<"Do not output any entry point">;
185 HelpText<"Place stack at start of linear memory rather than after data">;
196 HelpText<"Comma-separated used features, inferred from input objects by default.">;
201 def: Flag<["-"], "E">, Alias<export_dynamic>, HelpText<"Alias for --export-dynamic">;
203 def: Flag<["-"], "M">, Alias<print_map>, HelpText<"Alias for --print-map">;
205 def: Flag<["-"], "s">, Alias<strip_all>, HelpText<"Alias for --strip-all">;
206 def: Flag<["-"], "S">, Alias<strip_debug>, HelpText<"Alias for --strip-debug">;
207 def: Flag<["-"], "t">, Alias<trace>, HelpText<"Alias for --trace">;
208 def: JoinedOrSeparate<["-"], "y">, Alias<trace_symbol>, HelpText<"Alias for --trace-symbol">;
213 HelpText<"Optimization level for LTO">;
215 HelpText<"Number of LTO codegen partitions">;
219 HelpText<"Path to ThinLTO cached object file directory">;
222 HelpText<"Number of ThinLTO jobs. Default to --threads=">;
225 HelpText<"Debug new pass manager">;
229 HelpText<"Enable Experimental PIC">;