HomeSort by relevance Sort by last modified time
    Searched refs:PICBase (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/X86/
X86JITInfo.h 28 uintptr_t PICBase;
74 /// setPICBase / getPICBase - Getter / setter of PICBase, used to compute
76 void setPICBase(uintptr_t Base) { PICBase = Base; }
77 uintptr_t getPICBase() const { return PICBase; }
X86MCInstLower.cpp 660 MCSymbol *PICBase = MF->getPICBaseSymbol();
664 TmpInst.addOperand(MCOperand::CreateExpr(MCSymbolRefExpr::Create(PICBase,
669 OutStreamer.EmitLabel(PICBase);
687 // MYGLOBAL + (. - PICBASE)
697 const MCExpr *PICBase =
699 DotExpr = MCBinaryExpr::CreateSub(DotExpr, PICBase, OutContext);
X86JITInfo.cpp 531 return BB - PICBase;
X86FastISel.cpp     [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 330 MCSymbol *PICBase = MF->getPICBaseSymbol();
339 Create(PICBase, OutContext)));
343 OutStreamer.EmitLabel(PICBase);

Completed in 1096 milliseconds