Searched defs:Help (Results 1 – 5 of 5) sorted by relevance
96 static cl::opt<bool> Help("h", cl::desc("Alias for -help"), cl::Hidden); in CommonOptionsParser() local
113 static void Help(ArrayRef<SubtargetFeatureKV> CPUTable, in Help() function
31 static cl::opt<bool> Help("h", cl::desc("Alias for -help"), cl::Hidden); variable
95 std::string Help; in TEST() local
94 extrahelp::extrahelp(const char *Help) : morehelp(Help) { in extrahelp()