• Home
  • Raw
  • Download

Lines Matching refs:OutContext

80                                       MCSymbol *Sym, MCContext &OutContext) {  in createSparcMCOperand()  argument
82 OutContext); in createSparcMCOperand()
83 const SparcMCExpr *expr = SparcMCExpr::create(Kind, MCSym, OutContext); in createSparcMCOperand()
88 MCContext &OutContext) { in createPCXCallOP() argument
89 return createSparcMCOperand(SparcMCExpr::VK_Sparc_None, Label, OutContext); in createPCXCallOP()
95 MCContext &OutContext) in createPCXRelExprOp() argument
97 const MCSymbolRefExpr *GOT = MCSymbolRefExpr::create(GOTLabel, OutContext); in createPCXRelExprOp()
99 OutContext); in createPCXRelExprOp()
101 OutContext); in createPCXRelExprOp()
103 const MCBinaryExpr *Sub = MCBinaryExpr::createSub(Cur, Start, OutContext); in createPCXRelExprOp()
104 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(GOT, Sub, OutContext); in createPCXRelExprOp()
106 Add, OutContext); in createPCXRelExprOp()
166 MCContext &OutContext, in EmitHiLo() argument
169 MCOperand hi = createSparcMCOperand(HiKind, GOTSym, OutContext); in EmitHiLo()
170 MCOperand lo = createSparcMCOperand(LoKind, GOTSym, OutContext); in EmitHiLo()
179 OutContext.getOrCreateSymbol(Twine("_GLOBAL_OFFSET_TABLE_")); in LowerGETPCXAndEmitMCInsts()
196 MCRegOP, OutContext, STI); in LowerGETPCXAndEmitMCInsts()
201 MCRegOP, OutContext, STI); in LowerGETPCXAndEmitMCInsts()
203 OutContext)); in LowerGETPCXAndEmitMCInsts()
206 GOTLabel, OutContext); in LowerGETPCXAndEmitMCInsts()
213 MCRegOP, OutContext, STI); in LowerGETPCXAndEmitMCInsts()
215 OutContext)); in LowerGETPCXAndEmitMCInsts()
221 RegO7, OutContext, STI); in LowerGETPCXAndEmitMCInsts()
228 MCSymbol *StartLabel = OutContext.createTempSymbol(); in LowerGETPCXAndEmitMCInsts()
229 MCSymbol *EndLabel = OutContext.createTempSymbol(); in LowerGETPCXAndEmitMCInsts()
230 MCSymbol *SethiLabel = OutContext.createTempSymbol(); in LowerGETPCXAndEmitMCInsts()
243 MCOperand Callee = createPCXCallOP(EndLabel, OutContext); in LowerGETPCXAndEmitMCInsts()
248 OutContext); in LowerGETPCXAndEmitMCInsts()
253 OutContext); in LowerGETPCXAndEmitMCInsts()