Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:Noop

812   // FDE. We need to emit a noop in this situation so that the FDE's rows are
818 // labels from collapsing together. Just emit a noop.
820 MCInst Noop;
821 TM.getInstrInfo()->getNoopForMachoTarget(Noop);
822 if (Noop.getOpcode()) {
824 OutStreamer.EmitInstruction(Noop, getSubtargetInfo());