Lines Matching refs:DecoderTable
137 class DecoderTable { class
139 DecoderTable() { Data.reserve(16384); } in DecoderTable() function in __anonfc09cd8b0111::DecoderTable
189 DecoderTable Table;
229 unsigned emitTable(formatted_raw_ostream &OS, DecoderTable &Table,
737 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, in resolveTableFixups()
766 DecoderTable &Table = TableInfo.Table; in emitTableEntry()
836 DecoderTable &Table, unsigned BitWidth, in emitTable()
851 auto emitULEB128 = [](DecoderTable::const_iterator &I, in emitTable()
860 auto emitNumToSkip = [](DecoderTable::const_iterator &I, in emitTable()
878 DecoderTable::const_iterator I = Table.begin(); in emitTable()
879 DecoderTable::const_iterator E = Table.end(); in emitTable()