Searched refs:CommonOptTable (Results 1 – 1 of 1) sorted by relevance
100 class CommonOptTable : public opt::GenericOptTable { class102 CommonOptTable(ArrayRef<Info> OptionInfos, const char *Usage, in CommonOptTable() function in __anond732fec70111::CommonOptTable143 class ObjdumpOptTable : public CommonOptTable {146 : CommonOptTable(objdump_opt::ObjdumpInfoTable, in ObjdumpOptTable()180 class OtoolOptTable : public CommonOptTable {183 : CommonOptTable(otool::OtoolInfoTable, " [option...] [file...]", in OtoolOptTable()3142 std::unique_ptr<CommonOptTable> T; in main()