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),
1142 Emitter->EncodeInstruction(Inst, VecOS, Fixups);
1283 // Show the encoding in a comment if we have a code emitter.
1284 if (Emitter)