Lines Matching refs:HelpText

5 def grp_kind : OptionGroup<"outs">, HelpText<"OUTPUT KIND">;
7 HelpText<"Create relocatable object file">, Group<grp_kind>;
9 HelpText<"Create static executable">, Group<grp_kind>;
11 HelpText<"Create dynamic executable (default)">,Group<grp_kind>;
13 HelpText<"Create dynamic library">, Group<grp_kind>;
15 HelpText<"Create dynamic bundle">, Group<grp_kind>;
17 HelpText<"Create main executable (default)">, Group<grp_kind>;
19 HelpText<"Create binary for use with embedded systems">, Group<grp_kind>;
22 def grp_opts : OptionGroup<"opts">, HelpText<"OPTIMIZATIONS">;
24 HelpText<"Remove unreference code and data">, Group<grp_opts>;
27 HelpText<"Minimum Mac OS X version">, Group<grp_opts>;
30 HelpText<"Minimum iOS version">, Group<grp_opts>;
35 HelpText<"Minimum iOS simulator version">, Group<grp_opts>;
38 HelpText<"SDK version">, Group<grp_opts>;
41 HelpText<"Source version">, Group<grp_opts>;
43 HelpText<"Force generation of a version load command">, Group<grp_opts>;
45 HelpText<"Disable generation of a version load command">, Group<grp_opts>;
47 HelpText<"Force generation of a function starts load command">,
50 HelpText<"Disable generation of a function starts load command">,
53 HelpText<"Force generation of a data in code load command">,
56 HelpText<"Disable generation of a data in code load command">,
60 HelpText<"Options to pass to LLVM during LTO">, Group<grp_opts>;
63 HelpText<"Restricts which symbols will be exported">, Group<grp_opts>;
66 HelpText<"Restricts which symbols will be exported">, Group<grp_opts>;
69 HelpText<"Lists symbols that should not be exported">, Group<grp_opts>;
72 HelpText<"A symbol which should not be exported">, Group<grp_opts>;
74 HelpText<"Private extern (hidden) symbols should not be transformed "
78 HelpText<"re-order and move specified symbols to start of their section">,
81 HelpText<"Resolves symbols in any (transitively) linked dynamic libraries. "
86 HelpText<"Resolves symbols in listed libraries only. Source libraries are "
91 HelpText<"Determines how undefined symbols are handled.">,
94 HelpText<"Disables the optimisation which merges Objective-C categories "
99 def grp_main : OptionGroup<"opts">, HelpText<"MAIN EXECUTABLE OPTIONS">;
102 HelpText<"entry symbol name">,Group<grp_main>;
104 HelpText<"Create Position Independent Executable (for ASLR)">,
107 HelpText<"Do not create Position Independent Executable">,
110 HelpText<"Specifies the maximum stack size for the main thread in a program. "
114 HelpText<"Preserves all global symbols in main executables during LTO">,
118 def grp_dylib : OptionGroup<"opts">, HelpText<"DYLIB EXECUTABLE OPTIONS">;
121 HelpText<"The dylib's install name">, Group<grp_dylib>;
123 HelpText<"Marks the dylib as having no side effects during initialization">,
127 HelpText<"The dylib's compatibility version">, Group<grp_dylib>;
130 HelpText<"The dylib's current version">, Group<grp_dylib>;
141 def grp_bundle : OptionGroup<"opts">, HelpText<"BUNDLE EXECUTABLE OPTIONS">;
144 HelpText<"The executable that will be loading this Mach-O bundle">,
148 def grp_libs : OptionGroup<"libs">, HelpText<"LIBRARY OPTIONS">;
151 HelpText<"Add directory to library search path">, Group<grp_libs>;
154 HelpText<"Add directory to framework search path">, Group<grp_libs>;
156 HelpText<"Do not search standard directories for libraries or frameworks">;
158 HelpText<"Forces all members of all static libraries to be loaded">,
162 HelpText<"Forces all members of specified static libraries to be loaded">,
165 HelpText<"Add path to SDK to all absolute library search paths">,
171 HelpText<"Base name of library searched for in -L directories">;
174 HelpText<"Base name of upward library searched for in -L directories">;
177 HelpText<"Base name of framework searched for in -F directories">;
180 HelpText<"Base name of upward framework searched for in -F directories">;
183 HelpText<"path to upward dylib to link with">;
186 HelpText<"file containing paths to input files">;
191 HelpText<"Emit output as yaml atoms">;
193 HelpText<"Only files specified by -file_exists are considered to exist. "
197 HelpText<"Used with -test_file_usage to declare a path">;
203 HelpText<"Output file path">;
206 HelpText<"Architecture to link">;
209 HelpText<"Alignment for segment/section">;
212 HelpText<"Create section <segname>/<sectname> from contents of <file>">;
216 HelpText<"Demangles symbol names in errors and warnings">;
219 HelpText<"Write binary list of files used during link">;
221 HelpText<"Remove debug information (STABS or DWARF) from the output file">;
224 HelpText<"Add path to the runpath search path list for image being created">;
227 HelpText<"Print the names of the input files as ld processes them">;
229 HelpText<"Print linker information">;
232 HelpText<"Maximum number of errors to emit before stopping (0 = no limit)">;
237 HelpText<"Ignored for compatibility with other linkers">;
240 def grp_obsolete : OptionGroup<"obsolete">, HelpText<"OBSOLETE OPTIONS">;
242 HelpText<"Default for dylibs">, Group<grp_obsolete>;
244 HelpText<"Unsupported way to build dylibs">, Group<grp_obsolete>;
246 HelpText<"Unsupported ObjC GC option">, Group<grp_obsolete>;
248 HelpText<"Unsupported ObjC GC option">, Group<grp_obsolete>;
250 HelpText<"Unsupported ObjC GC option">, Group<grp_obsolete>;