Searched refs:RGSuccSym (Results 1 – 2 of 2) sorted by relevance
2699 MCSymbol *RGSuccSym = OutContext.createTempSymbol(); in emitInstruction() local2700 const MCExpr *RGSuccExpr = MCSymbolRefExpr::create(RGSuccSym, OutContext); in emitInstruction()2726 OutStreamer->emitLabel(RGSuccSym); in emitInstruction()2731 MCSymbol *RGSuccSym = OutContext.createTempSymbol(); in emitInstruction() local2732 const MCExpr *RGSuccExpr = MCSymbolRefExpr::create(RGSuccSym, OutContext); in emitInstruction()2737 OutStreamer->emitLabel(RGSuccSym); in emitInstruction()
1667 MCSymbol *RGSuccSym = OutContext.createTempSymbol(); in emitInstruction() local1671 .addExpr(MCSymbolRefExpr::create(RGSuccSym, OutContext))); in emitInstruction()1673 OutStreamer->emitLabel(RGSuccSym); in emitInstruction()