Lines Matching refs:desc
70 UnitTest("unittest", cl::desc("do unit test") );
87 cl::desc("Optimization level. [-O0, -O1, -O2, or -O3] "
94 TargetTriple("mtriple", cl::desc("Override target triple for module"));
97 MArch("march", cl::desc("Architecture to generate code for (see --version)"));
101 cl::desc("Target a specific cpu type (-mcpu=help for details)"),
108 cl::desc("Target specific attributes (-mattr=help for details)"),
113 cl::desc("Choose code model"),
128 cl::desc("Do not verify input module"));
132 cl::desc("Enable less precise MAD instructions to be generated"),
137 cl::desc("Disable frame pointer elimination optimization"),
142 cl::desc("Disable frame pointer elimination optimization for non-leaf funcs"),
147 cl::desc("Enable aggresive formation of fused FP ops"),
160 cl::desc("Enable optimizations that may decrease FP precision"),
165 cl::desc("Enable FP math optimizations that assume no +-Infs"),
170 cl::desc("Enable FP math optimizations that assume no NaNs"),
176 cl::desc("Force codegen to assume rounding mode can change dynamically"),
181 cl::desc("Generate software floating point library calls"),
186 cl::desc("Choose float ABI type"),
199 cl::desc("Don't place zero-initialized symbols into bss section"),
204 cl::desc("Emit exception handling information"),
215 cl::desc("Emit debug information to debugger"),
222 cl::desc("Emit debug info objfiles to disk"),
227 cl::desc("Turn fastcc calls into tail calls by (potentially) changing ABI."),
232 cl::desc("Override default stack alignment"),
237 cl::desc("Realign stack if needed"),
242 cl::desc("Emit a call to trap function rather than a trap instruction"),
247 cl::desc("Use segmented stacks if possible."),
266 cl::desc("set default bitcode"),
274 cl::desc("Output filename"),
279 cl::desc("alias for -o"),
284 cl::desc("Use directory as the location of the sysroot, overriding the configure-time default."),
291 cl::desc("Add path searchdir to the list of paths that ld will search for archive libraries and ld control scripts."),
297 cl::desc("alias for -L"),
302 cl::desc("Print the names of the input files as ld processes them."));
306 cl::desc("alias for -t"),
312 cl::desc("Display the version number for ld and list the linker emulations supported."));
317 cl::desc("Display the version number for MCLinker."));
322 cl::desc("limits the maximum number of erros."));
327 cl::desc("limits the maximum number of warnings."));
331 cl::desc("Use entry as the explicit symbol for beginning execution of your program."),
337 cl::desc("alias for -e"),
342 cl::desc("Bind references within the shared library."),
347 cl::desc("Info the dynamic linker to perform lookups only inside the group."),
352 cl::desc("Set internal name of shared library"),
357 cl::desc("Do not allow unresolved references"),
362 cl::desc("Allow multiple definition"),
367 cl::desc("Request creation of \".eh_frame_hdr\" section and ELF \"PT_GNU_EH_FRAME\" segment header."),
373 cl::desc("The -z options for GNU ld compatibility."),
379 cl::desc("Choose a file type (not all types are supported by all targets):"),
395 cl::desc("Create a shared library."),
400 cl::desc("alias for -shared"),
405 cl::desc("Emit a position-independent executable file"),
410 cl::desc("Generate relocatable output"),
415 cl::desc("alias for --relocatable"),
420 cl::desc("Choose relocation model"),
435 cl::desc("Set relocation model to pic. The same as -relocation-model=pic."),
441 cl::desc("Set the name of the dynamic linker."),
455 cl::desc("Surround the result strings with the marker"),
468 cl::desc("Delete all temporary local symbols."),
473 cl::desc("alias for --discard-locals"),
478 cl::desc("Delete all local symbols."),
483 cl::desc("alias for --discard-all"),
488 cl::desc("Omit debugger symbol information from the output file."),
493 cl::desc("alias for --strip-debug"),
498 cl::desc("Omit all symbol information from the output file."),
503 cl::desc("alias for --strip-all"),
508 cl::desc("Do not page align data"),
513 cl::desc("alias for --nmagic"),
518 cl::desc("Do not page align data, do not make text readonly"),
523 cl::desc("alias for --omagic"),
529 cl::desc("Set the maximum size of objects to be optimized using GP"),
537 cl::desc("Enable garbage collection of unused input sections."),
542 cl::desc("disable garbage collection of unused input sections."),
556 cl::desc("Identical Code Folding"),
570 cl::desc("Enable Cortex-A8 Thumb-2 branch erratum fix"),
575 cl::desc("Export all dynamic symbols"),
580 cl::desc("alias for --export-dynamic"),
586 cl::desc("Set GNU linker emulation"),
592 cl::desc("Add a directory to the link time library search path"),
598 cl::desc("Exclude libraries from automatic export"),
603 cl::desc("Request creation of \".note.gnu.build-id\" ELF note section."),
609 cl::desc("Force symbol to be undefined in the output file"),
614 cl::desc("alias for -u"),
619 cl::desc("Version script."),
624 cl::desc("warn common symbol"),
629 cl::desc("Set the type of linker's hash table(s)."),
641 cl::desc("Filter for shared object symbol table"),
646 cl::desc("alias for -F"),
652 cl::desc("Auxiliary filter for shared object symbol table"),
657 cl::desc("alias for -f"),
662 cl::desc("GCC/collect2 compatibility: uses ld.gold. Ignored"),
667 cl::desc("GCC/collect2 compatibility: uses ld.mcld. Ignored"),
672 cl::desc("GCC/collect2 compatibility: uses ld.bfd. Ignored"),
677 cl::desc("Link big-endian objects. This affects the default output format."),
682 cl::desc("Link little-endian objects. This affects the default output format."),
687 cl::desc("Load a plugin library."),
692 cl::desc(" Pass an option to the plugin."),
697 cl::desc("This option is ignored for SVR4 compatibility"),
702 cl::desc("Add path to the default library search path"),
711 cl::desc("Only search lib dirs explicitly specified on cmdline"),
717 cl::desc("Add a directory to the runtime library search path"),
722 cl::desc("alias for --rpath"),
727 cl::desc("Enable use of DT_RUNPATH and DT_FLAGS"),
732 cl::desc("Print a link map to the standard output."),
737 cl::desc("alias for -M"),
745 cl::desc("do not turn warnings into errors"),
752 cl::desc("turn all warnings into errors"),
758 cl::desc("Warn if adding DT_TEXTREL in a shared object."),
771 cl::desc("set input format"),
780 cl::desc("alias for -b"),
786 cl::desc("set output format"),
796 cl::desc("Define common symbol"),
802 cl::desc("alias for -d"),
808 cl::desc("alias for -d"),
817 cl::desc("Use a wrap function fo symbol."),
823 cl::desc("Use a portable function fo symbol."),
829 cl::desc("Locate a output section at the given absolute address"),
836 cl::desc("Define a symbol"),
841 cl::desc("Set the address of the bss segment"),
846 cl::desc("Set the address of the data segment"),
851 cl::desc("Set the address of the text segment"),