Home | History | Annotate | Download | only in MC

Lines Matching defs:Emitter

44   OwningPtr<MCCodeEmitter> Emitter;
71 MCInstPrinter *printer, MCCodeEmitter *emitter,
75 InstPrinter(printer), Emitter(emitter), AsmBackend(asmbackend),
1224 Emitter->EncodeInstruction(Inst, VecOS, Fixups);
1373 // Show the encoding in a comment if we have a code emitter.
1374 if (Emitter)