Lines Matching refs:desc
63 llvm::cl::desc("<input bitcode files>"));
67 llvm::cl::desc("Lists of kernels to merge (as source-and-slot "
72 llvm::cl::desc("Invocable functions"));
75 OptOutputFilename("o", llvm::cl::desc("Specify the output filename"),
80 OptBCLibFilename("bclib", llvm::cl::desc("Specify the bclib filename"),
84 OptBCLibRelaxedFilename("bclib_relaxed", llvm::cl::desc("Specify the bclib filename optimized for "
90 OptOutputPath("output_path", llvm::cl::desc("Specify the output path"),
96 llvm::cl::desc("Emit an LLVM-IR version of the generated program"));
100 llvm::cl::desc("Specify the target triple (default: "
106 llvm::cl::desc("Alias for -mtriple"),
111 llvm::cl::desc("Enable build to work with a RenderScript debug context"));
115 llvm::cl::desc("Embed information about global variables in the code"));
119 llvm::cl::desc("Skip embedding information about constant global "
124 llvm::cl::desc("Embed a checksum of this compiler invocation for"
132 llvm::cl::desc("Load the specified vendor plugin. Use this instead of the -load option"));
139 OptPIC("fPIC", llvm::cl::desc("Generate fully relocatable, position independent"
147 llvm::cl::desc("Embed RS Info into the object file instead of generating"
152 OptOptLevel("O", llvm::cl::desc("Optimization level. [-O0, -O1, -O2, or -O3] "