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 25 uintptr_t PICBase;
72 /// setPICBase / getPICBase - Getter / setter of PICBase, used to compute
74 void setPICBase(uintptr_t Base) { PICBase = Base; }
75 uintptr_t getPICBase() const { return PICBase; }
X86MCInstLower.cpp 825 MCSymbol *PICBase = MF->getPICBaseSymbol()
    [all...]
X86JITInfo.cpp 532 return BB - PICBase;
X86FastISel.cpp     [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 321 MCSymbol *PICBase = MF->getPICBaseSymbol();
327 .addExpr(MCSymbolRefExpr::Create(PICBase, OutContext)));
330 OutStreamer.EmitLabel(PICBase);
    [all...]

Completed in 127 milliseconds