Home | History | Annotate | Download | only in TableGen

Lines Matching refs:cl

32   cl::opt<std::string>
33 OutputFilename("o", cl::desc("Output filename"), cl::value_desc("filename"),
34 cl::init("-"));
36 cl::opt<std::string>
37 DependFilename("d", cl::desc("Dependency filename"), cl::value_desc("filename"),
38 cl::init(""));
40 cl::opt<std::string>
41 InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-"));
43 cl::list<std::string>
44 IncludeDirs("I", cl::desc("Directory of include files"),
45 cl::value_desc("directory"), cl::Prefix);