Searched refs:DoneSym (Results 1 – 1 of 1) sorted by relevance
657 MCSymbol *DoneSym = Ctx.CreateTempSymbol(); in InstrumentMemOperandSmall() local658 const MCExpr *DoneExpr = MCSymbolRefExpr::Create(DoneSym, Ctx); in InstrumentMemOperandSmall()696 EmitLabel(Out, DoneSym); in InstrumentMemOperandSmall()732 MCSymbol *DoneSym = Ctx.CreateTempSymbol(); in InstrumentMemOperandLarge() local733 const MCExpr *DoneExpr = MCSymbolRefExpr::Create(DoneSym, Ctx); in InstrumentMemOperandLarge()737 EmitLabel(Out, DoneSym); in InstrumentMemOperandLarge()746 MCSymbol *DoneSym = Ctx.CreateTempSymbol(); in InstrumentMOVSImpl() local747 const MCExpr *DoneExpr = MCSymbolRefExpr::Create(DoneSym, Ctx); in InstrumentMOVSImpl()756 EmitLabel(Out, DoneSym); in InstrumentMOVSImpl()928 MCSymbol *DoneSym = Ctx.CreateTempSymbol(); in InstrumentMemOperandSmall() local[all …]