Home | History | Annotate | Download | only in lli

Lines Matching refs:desc

62   InputFile(cl::desc("<input bitcode>"), cl::Positional, cl::init("-"));
65 InputArgv(cl::ConsumeAfter, cl::desc("<program arguments>..."));
68 cl::desc("Force interpretation: disable JIT"),
72 "use-mcjit", cl::desc("Enable use of the MC-based JIT (if available)"),
76 "debug-ir", cl::desc("Generate debug information to allow debugging IR."),
83 cl::desc("Execute MCJIT'ed code in a separate process."),
89 cl::desc("Optimization level. [-O0, -O1, -O2, or -O3] "
96 TargetTriple("mtriple", cl::desc("Override target triple for module"));
100 cl::desc("Architecture to generate assembly for (see --version)"));
104 cl::desc("Target a specific cpu type (-mcpu=help for details)"),
111 cl::desc("Target specific attributes (-mattr=help for details)"),
116 cl::desc("Specify the entry function (default = 'main') "
123 cl::desc("Override the 'argv[0]' value passed into the executing"
128 cl::desc("Disable emission of core files if possible"));
132 cl::desc("Disable JIT lazy compilation"),
137 cl::desc("Choose relocation model"),
152 cl::desc("Choose code model"),
168 cl::desc("Generate software floating point library calls"),
173 cl::desc("Choose float ABI type"),
191 cl::desc("Emit debug information to debugger"),
198 cl::desc("Emit debug info objfiles to disk"),