Lines Matching refs:DoneSym
657 MCSymbol *DoneSym = Ctx.CreateTempSymbol(); in InstrumentMemOperandSmall() local
658 const MCExpr *DoneExpr = MCSymbolRefExpr::Create(DoneSym, Ctx); in InstrumentMemOperandSmall()
696 EmitLabel(Out, DoneSym); in InstrumentMemOperandSmall()
732 MCSymbol *DoneSym = Ctx.CreateTempSymbol(); in InstrumentMemOperandLarge() local
733 const MCExpr *DoneExpr = MCSymbolRefExpr::Create(DoneSym, Ctx); in InstrumentMemOperandLarge()
737 EmitLabel(Out, DoneSym); in InstrumentMemOperandLarge()
746 MCSymbol *DoneSym = Ctx.CreateTempSymbol(); in InstrumentMOVSImpl() local
747 const MCExpr *DoneExpr = MCSymbolRefExpr::Create(DoneSym, Ctx); in InstrumentMOVSImpl()
756 EmitLabel(Out, DoneSym); in InstrumentMOVSImpl()
928 MCSymbol *DoneSym = Ctx.CreateTempSymbol(); in InstrumentMemOperandSmall() local
929 const MCExpr *DoneExpr = MCSymbolRefExpr::Create(DoneSym, Ctx); in InstrumentMemOperandSmall()
967 EmitLabel(Out, DoneSym); in InstrumentMemOperandSmall()
1004 MCSymbol *DoneSym = Ctx.CreateTempSymbol(); in InstrumentMemOperandLarge() local
1005 const MCExpr *DoneExpr = MCSymbolRefExpr::Create(DoneSym, Ctx); in InstrumentMemOperandLarge()
1009 EmitLabel(Out, DoneSym); in InstrumentMemOperandLarge()
1018 MCSymbol *DoneSym = Ctx.CreateTempSymbol(); in InstrumentMOVSImpl() local
1019 const MCExpr *DoneExpr = MCSymbolRefExpr::Create(DoneSym, Ctx); in InstrumentMOVSImpl()
1028 EmitLabel(Out, DoneSym); in InstrumentMOVSImpl()