Lines Matching refs:OutContext
543 MCSymbol *DotSym = OutContext.createTempSymbol(); in emitInstruction()
546 const MCSymbolRefExpr *Expr = MCSymbolRefExpr::create(DotSym, OutContext); in emitInstruction()
547 const MCConstantExpr *ConstExpr = MCConstantExpr::create(2, OutContext); in emitInstruction()
549 .addExpr(MCBinaryExpr::createAdd(Expr, ConstExpr, OutContext)); in emitInstruction()
556 MCSymbol *DotSym = OutContext.createTempSymbol(); in emitInstruction()
559 const MCSymbolRefExpr *Expr = MCSymbolRefExpr::create(DotSym, OutContext); in emitInstruction()
560 const MCConstantExpr *ConstExpr = MCConstantExpr::create(2, OutContext); in emitInstruction()
564 .addExpr(MCBinaryExpr::createAdd(Expr, ConstExpr, OutContext)); in emitInstruction()
598 TS->EXRLTargets2Sym[ET_STI] = DotSym = OutContext.createTempSymbol(); in emitInstruction()
599 const MCSymbolRefExpr *Dot = MCSymbolRefExpr::create(DotSym, OutContext); in emitInstruction()
615 static unsigned EmitNop(MCContext &OutContext, MCStreamer &OutStreamer, in EmitNop() argument
633 MCSymbol *DotSym = OutContext.createTempSymbol(); in EmitNop()
634 const MCSymbolRefExpr *Dot = MCSymbolRefExpr::create(DotSym, OutContext); in EmitNop()
646 MCSymbol *DotSym = OutContext.createTempSymbol(); in LowerFENTRY_CALL()
698 ShadowBytes += EmitNop(OutContext, *OutStreamer, NumNOPBytes - ShadowBytes, in LowerSTACKMAP()
758 EncodedBytes += EmitNop(OutContext, *OutStreamer, NumBytes - EncodedBytes, in LowerPATCHPOINT()
782 OutContext); in emitMachineConstantPoolValue()
1060 MCContext &OutContext = OutStreamer->getContext(); in emitFunctionEntryLabel() local
1068 OutContext.createTempSymbol(Twine("EPM_").concat(N).str(), true); in emitFunctionEntryLabel()
1070 OutContext.createTempSymbol(Twine("PPA1_").concat(N).str(), true); in emitFunctionEntryLabel()