Lines Matching refs:desc
50 llvm::cl::desc("<input bitcode files>"));
53 OptOutputFilename("o", llvm::cl::desc("Specify the output filename"),
57 OptRuntimePath("rt-path", llvm::cl::desc("Specify the runtime library path"),
62 llvm::cl::desc("Specify the target triple (default: "
68 llvm::cl::desc("Alias for -mtriple"),
75 OptPIC("fPIC", llvm::cl::desc("Generate fully relocatable, position independent"
79 OptOptLevel("O", llvm::cl::desc("Optimization level. [-O0, -O1, -O2, or -O3] "
84 OptC("c", llvm::cl::desc("Compile and assemble, but do not link."));
93 OptImmObjectOutput("or", llvm::cl::desc("Specify the filename for output the "
99 OptShared("shared", llvm::cl::desc("Create a shared library from input bitcode "