Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp100 void emitTable(formatted_raw_ostream &o, DecoderTable &Table,
721 void FixedLenDecoderEmitter::emitTable(formatted_raw_ostream &OS, in emitTable() function in FixedLenDecoderEmitter
2067 emitTable(OS, TableInfo.Table, 0, FC.getBitWidth(), I->first.first); in run()