Home | History | Annotate | Download | only in bcc_compat

Lines Matching refs:desc

55                   llvm::cl::desc("<input bitcode files>"));
58 OptOutputFilename("o", llvm::cl::desc("Specify the output filename"),
62 OptRuntimePath("rt-path", llvm::cl::desc("Specify the runtime library path"),
68 llvm::cl::desc("Specify the target triple (default: "
74 llvm::cl::desc("Alias for -mtriple"),
82 OptPIC("fPIC", llvm::cl::desc("Generate fully relocatable, position independent"
86 OptOptLevel("O", llvm::cl::desc("Optimization level. [-O0, -O1, -O2, or -O3] "
91 OptC("c", llvm::cl::desc("Compile and assemble, but do not link."));
100 OptImmObjectOutput("or", llvm::cl::desc("Specify the filename for output the "
106 OptShared("shared", llvm::cl::desc("Create a shared library from input bitcode "