Lines Matching refs:desc

41 UnitTest("unittest",  cl::desc("do unit test") );
58 cl::desc("set default bitcode"),
63 cl::desc("Output filename"),
69 cl::desc("Optimization level. [-O0, -O1, -O2, or -O3] "
76 TargetTriple("mtriple", cl::desc("Override target triple for module"));
79 MArch("march", cl::desc("Architecture to generate code for (see --version)"));
83 cl::desc("Target a specific cpu type (-mcpu=help for details)"),
90 cl::desc("Target specific attributes (-mattr=help for details)"),
95 cl::desc("Choose relocation model"),
110 cl::desc("Choose code model"),
126 cl::desc("Choose a file type (not all types are supported by all targets):"),
143 cl::desc("Do not verify input module"));
147 cl::desc("Enable less precise MAD instructions to be generated"),
152 cl::desc("Print generated machine code"),
157 cl::desc("Disable frame pointer elimination optimization"),
162 cl::desc("Disable frame pointer elimination optimization for non-leaf funcs"),
167 cl::desc("Disable optimizations that may increase FP precision"),
172 cl::desc("Enable optimizations that may decrease FP precision"),
177 cl::desc("Enable FP math optimizations that assume no +-Infs"),
182 cl::desc("Enable FP math optimizations that assume no NaNs"),
188 cl::desc("Force codegen to assume rounding mode can change dynamically"),
193 cl::desc("Generate software floating point library calls"),
198 cl::desc("Choose float ABI type"),
211 cl::desc("Don't place zero-initialized symbols into bss section"),
216 cl::desc("Emit exception handling information"),
227 cl::desc("Emit debug information to debugger"),
234 cl::desc("Emit debug info objfiles to disk"),
239 cl::desc("Turn fastcc calls into tail calls by (potentially) changing ABI."),
244 cl::desc("Override default stack alignment"),
249 cl::desc("Realign stack if needed"),
254 cl::desc("Do not generate jump tables."),
259 cl::desc("Emit a call to trap function rather than a trap instruction"),
264 cl::desc("Use segmented stacks if possible."),
280 cl::desc("Use directory as the location of the sysroot, overriding the configure-time default."),
287 cl::desc("Add path searchdir to the list of paths that ld will search for archive libraries and ld control scripts."),
293 cl::desc("alias for -L"),
298 cl::desc("Print the names of the input files as ld processes them."));
302 cl::desc("alias for -t"),
307 cl::desc("Display the version number for ld and list the linker emulations supported."));
311 cl::desc("alias for -V"),
316 cl::desc("Use entry as the explicit symbol for beginning execution of your program."),
322 cl::desc("alias for -e"),
327 cl::desc("Bind references within the shared library."),
332 cl::desc("Set internal name of shared library"),
339 cl::desc("[input object files]"),
345 cl::desc("Add the archive or object file specified by namespec to the list of files to link."),
351 cl::desc("alias for -l"),
357 cl::desc("start to record a group of archives"));
361 cl::desc("alias for --start-group"),
367 cl::desc("stop recording a group of archives"));
371 cl::desc("alias for --end-group"),
379 cl::desc("For each archive mentioned on the command line after the --whole-archive option, include all object files in the archive."));
384 cl::desc("Turn off the effect of the --whole-archive option for subsequent archive files."));
389 cl::desc("This option affects ELF DT_NEEDED tags for dynamic libraries mentioned on the command line after the --as-needed option."));
394 cl::desc("Turn off the effect of the --as-needed option for subsequent dynamic libraries"));
399 cl::desc("--add-needed causes DT_NEEDED tags are always emitted for those libraries from DT_NEEDED tags. This is the default behavior."));
404 cl::desc("--no-add-needed causes DT_NEEDED tags will never be emitted for those libraries from DT_NEEDED tags"));
409 cl::desc("Link against dynamic library"));
413 cl::desc("alias for --Bdynamic"),
418 cl::desc("alias for --Bdynamic"),
424 cl::desc("Link against static library"));
428 cl::desc("alias for --Bstatic"),
433 cl::desc("alias for --Bstatic"),
438 cl::desc("alias for --Bstatic"),