Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Backend

11 // It contains the tablegen backend that emits the decoder functions for ARM and
1773 // Backend interface //
1778 Backend = new ARMDEBackend(*this, Records);
1783 Backend->emit(o);
1788 delete Backend;
1789 Backend = NULL;