Lines Matching refs:DoneSym
649 MCSymbol *DoneSym = Ctx.createTempSymbol(); in InstrumentMemOperandSmall() local
650 const MCExpr *DoneExpr = MCSymbolRefExpr::create(DoneSym, Ctx); in InstrumentMemOperandSmall()
688 EmitLabel(Out, DoneSym); in InstrumentMemOperandSmall()
724 MCSymbol *DoneSym = Ctx.createTempSymbol(); in InstrumentMemOperandLarge() local
725 const MCExpr *DoneExpr = MCSymbolRefExpr::create(DoneSym, Ctx); in InstrumentMemOperandLarge()
729 EmitLabel(Out, DoneSym); in InstrumentMemOperandLarge()
738 MCSymbol *DoneSym = Ctx.createTempSymbol(); in InstrumentMOVSImpl() local
739 const MCExpr *DoneExpr = MCSymbolRefExpr::create(DoneSym, Ctx); in InstrumentMOVSImpl()
748 EmitLabel(Out, DoneSym); in InstrumentMOVSImpl()
921 MCSymbol *DoneSym = Ctx.createTempSymbol(); in InstrumentMemOperandSmall() local
922 const MCExpr *DoneExpr = MCSymbolRefExpr::create(DoneSym, Ctx); in InstrumentMemOperandSmall()
960 EmitLabel(Out, DoneSym); in InstrumentMemOperandSmall()
997 MCSymbol *DoneSym = Ctx.createTempSymbol(); in InstrumentMemOperandLarge() local
998 const MCExpr *DoneExpr = MCSymbolRefExpr::create(DoneSym, Ctx); in InstrumentMemOperandLarge()
1002 EmitLabel(Out, DoneSym); in InstrumentMemOperandLarge()
1011 MCSymbol *DoneSym = Ctx.createTempSymbol(); in InstrumentMOVSImpl() local
1012 const MCExpr *DoneExpr = MCSymbolRefExpr::create(DoneSym, Ctx); in InstrumentMOVSImpl()
1021 EmitLabel(Out, DoneSym); in InstrumentMOVSImpl()