reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/PPCMCInstLower.cpp
  116   const MCExpr *Expr = MCSymbolRefExpr::create(Symbol, RefKind, Ctx);
  122         MCBinaryExpr::createAdd(Expr, MCConstantExpr::create(32768, Ctx), Ctx);
  122         MCBinaryExpr::createAdd(Expr, MCConstantExpr::create(32768, Ctx), Ctx);
  126                                    MCConstantExpr::create(MO.getOffset(), Ctx),
  127                                    Ctx);
  133     const MCExpr *PB = MCSymbolRefExpr::create(MF->getPICBaseSymbol(), Ctx);
  134     Expr = MCBinaryExpr::createSub(Expr, PB, Ctx);
  140       Expr = PPCMCExpr::createLo(Expr, IsDarwin, Ctx);
  143       Expr = PPCMCExpr::createHa(Expr, IsDarwin, Ctx);