Searched defs:TableMap (Results 1 – 3 of 3) sorted by relevance
180 struct TableMap { struct183 TableMap() = default; argument184 TableMap(TranslationTable *table, uint32_t index) in TableMap() function
109 typedef std::map<int32_t, TablePtr> TableMap; typedef
675 DenseMap<Record *, GenericTable *> TableMap; in run() local