Searched defs:OptTable (Results 1 – 3 of 3) sorted by relevance
372 : OptTable(OptionInfos, IgnoreCase), PrefixesUnion(PrefixesTable) { in OptTable() function
88 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable() function in OptTable
411 static void printHelp(const opt::OptTable &OptTable, raw_ostream &OS, in printHelp()