Lines Matching full:desc
122 "march", cl::desc("Architecture to generate code for (see --version)"));
126 "mcpu", cl::desc("Target a specific cpu type (-mcpu=help for details)"),
132 cl::desc("Target specific attributes (-mattr=help for details)"),
137 "relocation-model", cl::desc("Choose relocation model"),
155 "thread-model", cl::desc("Choose threading model"),
163 "code-model", cl::desc("Choose code model"),
173 cl::desc("Choose large data threshold for x86_64 medium code model"),
178 "exception-model", cl::desc("exception model"),
196 cl::desc(
208 cl::desc("Specify frame pointer elimination optimization"),
224 cl::desc("Enable optimizations that may decrease FP precision"),
230 cl::desc("Enable FP math optimizations that assume no +-Infs"),
236 cl::desc("Enable FP math optimizations that assume no NaNs"),
242 cl::desc("Enable FP math optimizations that assume "
249 cl::desc("Enable FP math optimizations that assume approx func"),
255 cl::desc("Enable setting the FP exceptions build "
273 cl::desc("Select which denormal numbers the code is permitted to require"),
280 cl::desc("Select which denormal numbers the code is permitted to require for float"),
287 cl::desc("Force codegen to assume rounding mode can change dynamically"),
292 "float-abi", cl::desc("Choose float ABI type"),
303 "fp-contract", cl::desc("Enable aggressive formation of fused FP ops"),
315 cl::desc("Determine when the Swift async frame pointer should be set"),
327 cl::desc("Don't place zero-initialized symbols into bss section"),
332 "vec-extabi", cl::desc("Enable the AIX Extended Altivec ABI."),
338 cl::desc(
344 "disable-tail-calls", cl::desc("Never emit tail calls"), cl::init(false));
348 "stack-symbol-ordering", cl::desc("Order local stack symbols."),
354 cl::desc("Force align the stack to the minimum alignment"),
360 cl::desc("Emit a call to trap function rather than a trap instruction"),
365 cl::desc("Use .ctors instead of .init_array."),
370 "data-sections", cl::desc("Emit data into separate sections"),
375 "function-sections", cl::desc("Emit functions into separate sections"),
381 cl::desc("Not emit the visibility attribute for asm in AIX OS or give "
387 "xcoff-traceback-table", cl::desc("Emit the XCOFF traceback table"),
393 cl::desc("Emit the basic block address map section"), cl::init(false));
398 cl::desc("Emit basic blocks into separate sections"),
404 "tls-size", cl::desc("Bit size of immediate TLS offsets"), cl::init(0));
408 "emulated-tls", cl::desc("Use emulated TLS model"), cl::init(false));
412 "enable-tlsdesc", cl::desc("Enable the use of TLS Descriptors"),
417 "unique-section-names", cl::desc("Give unique names to every section"),
423 cl::desc("Give unique names to every basic block section"),
429 cl::desc("Use separate unique sections for named sections"),
434 "meabi", cl::desc("Set EABI type (default depends on triple):"),
444 "debugger-tune", cl::desc("Tune debug info for a particular debugger"),
455 cl::desc("Emit a section containing stack size metadata"),
460 "addrsig", cl::desc("Emit an address-significance table"),
466 cl::desc(
473 cl::desc("Enable debug info for the debug entry values."),
479 cl::desc("Split out cold basic blocks from machine functions based on "
486 cl::desc("Partition data sections using profile information."),
492 cl::desc("Always emit a debug frame section."), cl::init(false));
496 cl::desc("Emit xray_fn_idx section"),
501 "strict-dwarf", cl::desc("use strict dwarf"), cl::init(false));
505 cl::desc("Default alignment for loops"));
510 cl::desc("Instrument functions with a call to __CheckForDebuggerJustMyCode"),
516 cl::desc("When set to true, const objects with relocatable address "
522 "no-integrated-as", cl::desc("Disable integrated assembler"),