Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:desc

26 MArch("march", cl::desc("Architecture to generate code for (see --version)"));
30 cl::desc("Target a specific cpu type (-mcpu=help for details)"),
37 cl::desc("Target specific attributes (-mattr=help for details)"),
42 cl::desc("Choose relocation model"),
57 cl::desc("Choose code model"),
73 cl::desc("When used with filetype=obj, "
78 cl::desc("Choose a file type (not all types are supported by all targets):"),
89 cl::desc("Do not use .loc entries"));
92 cl::desc("Do not use .cfi_* directives"));
95 cl::desc("Use .file directives with an explicit directory."));
99 cl::desc("Do not emit code that uses the red zone."),
104 cl::desc("Enable less precise MAD instructions to be generated"),
109 cl::desc("Disable frame pointer elimination optimization"),
114 cl::desc("Enable optimizations that may decrease FP precision"),
119 cl::desc("Enable FP math optimizations that assume no +-Infs"),
124 cl::desc("Enable FP math optimizations that assume no NaNs"),
130 cl::desc("Force codegen to assume rounding mode can change dynamically"),
135 cl::desc("Generate software floating point library calls"),
140 cl::desc("Choose float ABI type"),
153 cl::desc("Enable aggresive formation of fused FP ops"),
166 cl::desc("Don't place zero-initialized symbols into bss section"),
171 cl::desc("Turn fastcc calls into tail calls by (potentially) changing ABI."),
176 cl::desc("Never emit tail calls"),
181 cl::desc("Override default stack alignment"),
186 cl::desc("Emit a call to trap function rather than a trap instruction"),
191 cl::desc("Assume the creation of a position independent executable."),
196 cl::desc("Use segmented stacks if possible."),
201 cl::desc("Use .init_array instead of .ctors."),
205 cl::desc("Stop compilation after a specific pass"),
209 cl::desc("Resume compilation after a specific pass"),