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

  /external/swiftshader/third_party/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 643 MCSymbol *PICBase = MF->getPICBaseSymbol();
647 TmpInst.addOperand(MCOperand::CreateExpr(MCSymbolRefExpr::Create(PICBase,
652 OutStreamer.EmitLabel(PICBase);
670 // MYGLOBAL + (. - PICBASE)
680 const MCExpr *PICBase =
682 DotExpr = MCBinaryExpr::CreateSub(DotExpr, PICBase, OutContext);
X86JITInfo.cpp 520 return BB - PICBase;
X86FastISel.cpp     [all...]
X86InstrInfo.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCAsmPrinter.cpp 329 MCSymbol *PICBase = MF->getPICBaseSymbol();
338 Create(PICBase, OutContext)));
342 OutStreamer.EmitLabel(PICBase);
  /external/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 521 MCSymbol *PICBase = MF->getPICBaseSymbol();
528 .addExpr(MCSymbolRefExpr::create(PICBase, OutContext)));
531 OutStreamer->EmitLabel(PICBase);
    [all...]
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp     [all...]
X86FastISel.cpp     [all...]
X86InstrInfo.cpp     [all...]

Completed in 325 milliseconds