Home | History | Annotate | Download | only in bcc_strip_attr

Lines Matching refs:cl

34 static cl::list<std::string>
35 InputFilenames(cl::Positional,
36 cl::desc("<input bitcode files>"));
38 static cl::opt<std::string>
39 OutputFilename("o", cl::desc("Override output filename"), cl::init("-"),
40 cl::value_desc("filename"));
42 static cl::opt<bool>
44 cl::desc("Write output as LLVM assembly"), cl::Hidden);
117 cl::ParseCommandLineOptions(argc, argv, "strip function attribute pass\n");