Searched refs:WrapperOptTable (Results 1 – 1 of 1) sorted by relevance
151 class WrapperOptTable : public opt::OptTable { class153 WrapperOptTable() : OptTable(InfoTable) {} in WrapperOptTable() function in __anon18832d830111::WrapperOptTable157 static const WrapperOptTable *Table = []() { in getOptTable()158 auto Result = std::make_unique<WrapperOptTable>(); in getOptTable()