Searched refs:TmpLabel (Results 1 – 2 of 2) sorted by relevance
3198 MCSymbol *TmpLabel = Ctx.createNamedTempSymbol("pcrel_hi"); in emitAuipcInstPair() local3199 Out.emitLabel(TmpLabel); in emitAuipcInstPair()3206 RISCVMCExpr::create(MCSymbolRefExpr::create(TmpLabel, Ctx), in emitAuipcInstPair()
2139 MCSymbol *TmpLabel = getContext().createTempSymbol(); in processInstruction() local2140 const MCExpr *TmpExpr = MCSymbolRefExpr::create(TmpLabel, getContext()); in processInstruction()2148 TOut.getStreamer().emitLabel(TmpLabel); in processInstruction()