Searched refs:CommonOptTable (Results 1 – 1 of 1) sorted by relevance
92 class CommonOptTable : public opt::OptTable { class94 CommonOptTable(ArrayRef<Info> OptionInfos, const char *Usage, in CommonOptTable() function in __anonfbea2c360111::CommonOptTable132 class ObjdumpOptTable : public CommonOptTable {135 : CommonOptTable(ObjdumpInfoTable, " [options] <input object files>", in ObjdumpOptTable()165 class OtoolOptTable : public CommonOptTable {168 : CommonOptTable(OtoolInfoTable, " [option...] [file...]", in OtoolOptTable()2518 std::unique_ptr<CommonOptTable> T; in main()