Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:Noop

750   // FDE. We need to emit a noop in this situation so that the FDE's rows are
756 // labels from collapsing together. Just emit a noop.
758 MCInst Noop;
759 TM.getInstrInfo()->getNoopForMachoTarget(Noop);
760 if (Noop.getOpcode()) {
762 OutStreamer.EmitInstruction(Noop);