Home | History | Annotate | Download | only in X86

Lines Matching refs:PICBase

1281     MCSymbol *PICBase = MF->getPICBaseSymbol();
1285 .addExpr(MCSymbolRefExpr::create(PICBase, OutContext)));
1302 OutStreamer->EmitLabel(PICBase);
1323 // MYGLOBAL + (. - PICBASE)
1333 const MCExpr *PICBase =
1335 DotExpr = MCBinaryExpr::createSub(DotExpr, PICBase, OutContext);