Home | History | Annotate | Download | only in MC

Lines Matching refs:Emitter

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