Lines Matching refs:desc
35 AbsTolerance("abs-tolerance", cl::desc("Absolute error tolerated"),
38 RelTolerance("rel-tolerance", cl::desc("Relative error tolerated"),
42 InterpreterSel(cl::desc("Specify the \"test\" i.e. suspect back-end:"),
61 SafeInterpreterSel(cl::desc("Specify \"safe\" i.e. known-good backend:"),
72 cl::desc("Specify the path to the \"safe\" backend program"),
77 cl::desc("Append the exit code to the output so it gets diff'd too"),
82 cl::desc("Filename to pipe in as stdin (default: /dev/null)"));
86 cl::desc("Additional shared objects to load "
91 cl::desc("Additional arguments to pass to the linker"));
95 cl::desc("Command to compile the bitcode (use with -compile-custom) "
100 cl::desc("Command to execute the bitcode (use with -run-custom) "
108 InputArgv("args", cl::Positional, cl::desc("<program arguments>..."),
113 cl::desc("Prefix to use for outputs (default: 'bugpoint')"));
118 ToolArgv("tool-args", cl::Positional, cl::desc("<tool arguments>..."),
123 cl::desc("<safe-tool arguments>..."),
128 cl::desc("The gcc binary to use. (default 'gcc')"));
132 cl::desc("<gcc-tool arguments>..."),