Searched refs:CommonOptTable (Results 1 – 1 of 1) sorted by relevance
96 class CommonOptTable : public opt::OptTable { class98 CommonOptTable(ArrayRef<Info> OptionInfos, const char *Usage, in CommonOptTable() function in __anonf8e031fb0111::CommonOptTable136 class ObjdumpOptTable : public CommonOptTable {139 : CommonOptTable(ObjdumpInfoTable, " [options] <input object files>", in ObjdumpOptTable()169 class OtoolOptTable : public CommonOptTable {172 : CommonOptTable(OtoolInfoTable, " [option...] [file...]", in OtoolOptTable()2882 std::unique_ptr<CommonOptTable> T; in main()