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

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 37 RIPRel, // Used on X86-64 when not in -static mode.
249 bool isPICStyleRIPRel() const { return PICStyle == PICStyles::RIPRel; }
X86TargetMachine.cpp 80 Subtarget.setPICStyle(PICStyles::RIPRel);
  /external/llvm/lib/Target/X86/
X86Subtarget.h 40 RIPRel, // Used on X86-64 when in pic mode.
520 bool isPICStyleRIPRel() const { return PICStyle == PICStyles::RIPRel; }
X86Subtarget.cpp 322 setPICStyle(PICStyles::RIPRel);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.h 47 RIPRel, // Used on X86-64 when in pic mode.
753 bool isPICStyleRIPRel() const { return PICStyle == PICStyles::RIPRel; }
X86Subtarget.cpp 321 setPICStyle(PICStyles::RIPRel);

Completed in 1770 milliseconds