Home
last modified time | relevance | path

Searched refs:DecoderTable (Results 1 – 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp63 typedef std::vector<uint8_t> DecoderTable; typedef
70 DecoderTable Table;
99 void emitTable(formatted_raw_ostream &o, DecoderTable &Table,
584 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, in resolveTableFixups()
615 DecoderTable &Table = TableInfo.Table; in emitTableEntry()
693 DecoderTable &Table, in emitTable()
704 DecoderTable::const_iterator I = Table.begin(); in emitTable()
705 DecoderTable::const_iterator E = Table.end(); in emitTable()