Lines Matching refs:HelpText

10       Joined<["/", "-", "/?", "-?"], name#":">, HelpText<help>;
20 def "" : F<name>, HelpText<help_on>;
21 def _no : F<name#":no">, HelpText<help_off>;
36 HelpText<"Alias for --color-diagnostics=always">;
38 HelpText<"Alias for --color-diagnostics=never">;
40 HelpText<"Use colors in diagnostics (default: auto)">,
59 HelpText<"Act like lib.exe; must be first argument if present">;
63 HelpText<"Write repro.tar containing inputs and command to reproduce link">;
65 HelpText<"Ignore environment variables like %LIB%">;
71 HelpText<"Save temporary files instead of deleting them">;
85 HelpText<"Embed the contents of <file> in the PDB as named stream <name>">;
98 def manifest : F<"manifest">, HelpText<"Create .manifest file">;
115 HelpText<"Force symbol to be added to symbol table as undefined one">;
119 HelpText<"Use module-definition file">;
121 def debug : F<"debug">, HelpText<"Embed a symbol table in the image">;
124 def dll : F<"dll">, HelpText<"Create a DLL">;
125 def driver : F<"driver">, HelpText<"Generate a Windows NT Kernel Mode Driver">;
127 HelpText<"Set IMAGE_FILE_UP_SYSTEM_ONLY bit in PE header">;
129 HelpText<"Set IMAGE_DLL_CHARACTERISTICS_WDM_DRIVER bit in PE header">;
133 HelpText<"Remove all default libraries">;
135 HelpText<"Don't add reference to DllMainCRTStartup; only valid with /dll">;
138 HelpText<"Use a hash of the executable as the PE header timestamp">;
141 HelpText<"Write tar file containing inputs and command to reproduce link">;
145 HelpText<"Make loader run output binary from swap instead of from CD">;
147 HelpText<"Make loader run output binary from swap instead of from network">;
150 HelpText<"Include all object files from all libraries">;
153 HelpText<"Allow undefined and multiply defined symbols">;
155 HelpText<"Allow undefined symbols when creating executables">;
157 HelpText<"Allow multiply defined symbols when creating executables">;
159 HelpText<"Allow multiply defined resources when creating executables">;
205 HelpText<"End group of objects treated as if they were in a library">;
212 HelpText<"Add symbol as undefined, but allow it to remain undefined">;
221 HelpText<"Quoting style for response files, 'windows' (default) or 'posix'">;
223 HelpText<"Start group of objects treated as if they were in a library">;
226 HelpText<"Emit .imports files with -thinlto-index-only">;
229 HelpText<"Instead of linking, emit ThinLTO index files">;
243 HelpText<"Print version information">;