Searched refs:DoneSym (Results 1 – 1 of 1) sorted by relevance
649 MCSymbol *DoneSym = Ctx.createTempSymbol(); in InstrumentMemOperandSmall() local650 const MCExpr *DoneExpr = MCSymbolRefExpr::create(DoneSym, Ctx); in InstrumentMemOperandSmall()688 EmitLabel(Out, DoneSym); in InstrumentMemOperandSmall()724 MCSymbol *DoneSym = Ctx.createTempSymbol(); in InstrumentMemOperandLarge() local725 const MCExpr *DoneExpr = MCSymbolRefExpr::create(DoneSym, Ctx); in InstrumentMemOperandLarge()729 EmitLabel(Out, DoneSym); in InstrumentMemOperandLarge()738 MCSymbol *DoneSym = Ctx.createTempSymbol(); in InstrumentMOVSImpl() local739 const MCExpr *DoneExpr = MCSymbolRefExpr::create(DoneSym, Ctx); in InstrumentMOVSImpl()748 EmitLabel(Out, DoneSym); in InstrumentMOVSImpl()921 MCSymbol *DoneSym = Ctx.createTempSymbol(); in InstrumentMemOperandSmall() local[all …]