Home | History | Annotate | Download | only in MC

Lines Matching defs:Emitter

46   std::unique_ptr<MCCodeEmitter> Emitter;
63 MCInstPrinter *printer, MCCodeEmitter *emitter,
66 MAI(Context.getAsmInfo()), InstPrinter(printer), Emitter(emitter),
1246 Emitter->encodeInstruction(Inst, VecOS, Fixups, STI);
1328 // Show the encoding in a comment if we have a code emitter.
1329 if (Emitter)