Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:cl

28   cl::opt<bool>
29 SaveTemps("save-temps", cl::init(false), cl::desc("Save temporary files"));
33 cl::opt<std::string>
35 cl::desc("Remote execution client (rsh/ssh)"));
37 cl::opt<std::string>
39 cl::desc("Remote execution (rsh/ssh) host"));
41 cl::opt<std::string>
43 cl::desc("Remote execution (rsh/ssh) port"));
45 cl::opt<std::string>
47 cl::desc("Remote execution (rsh/ssh) user id"));
49 cl::opt<std::string>
51 cl::desc("Remote execution (rsh/ssh) extra options"));