Searched refs:TmpLabel (Results 1 – 2 of 2) sorted by relevance
3466 MCSymbol *TmpLabel = Ctx.createNamedTempSymbol("pcrel_hi"); in emitAuipcInstPair() local3467 Out.emitLabel(TmpLabel); in emitAuipcInstPair()3474 MCSymbolRefExpr::create(TmpLabel, Ctx), RISCV::S_PCREL_LO, Ctx); in emitAuipcInstPair()
2097 MCSymbol *TmpLabel = getContext().createTempSymbol(); in processInstruction() local2098 const MCExpr *TmpExpr = MCSymbolRefExpr::create(TmpLabel, getContext()); in processInstruction()2105 TOut.getStreamer().emitLabel(TmpLabel); in processInstruction()