Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:Ctx

42   MCContext &Ctx = AP.OutContext;
69 MCSymbol *Sym = Ctx.getOrCreateSymbol(Name);
88 StubValueTy(Ctx.getOrCreateSymbol(OrigName), false);
116 MCContext &Ctx = Printer.OutContext;
145 const MCExpr *Expr = MCSymbolRefExpr::create(Symbol, RefKind, Ctx);
149 MCConstantExpr::create(MO.getOffset(), Ctx),
150 Ctx);
156 const MCExpr *PB = MCSymbolRefExpr::create(MF->getPICBaseSymbol(), Ctx);
157 Expr = MCBinaryExpr::createSub(Expr, PB, Ctx);
163 Expr = PPCMCExpr::createLo(Expr, isDarwin, Ctx);
166 Expr = PPCMCExpr::createHa(Expr, isDarwin, Ctx);