Home
last modified time | relevance | path

Searched refs:RIPRel (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/X86/
DX86Subtarget.h40 RIPRel, // Used on X86-64 when in pic mode. enumerator
520 bool isPICStyleRIPRel() const { return PICStyle == PICStyles::RIPRel; } in isPICStyleRIPRel()
DX86Subtarget.cpp322 setPICStyle(PICStyles::RIPRel); in X86Subtarget()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h46 RIPRel, // Used on X86-64 when in pic mode. enumerator
803 bool isPICStyleRIPRel() const { return PICStyle == PICStyles::Style::RIPRel; } in isPICStyleRIPRel()
DX86Subtarget.cpp342 setPICStyle(PICStyles::Style::RIPRel); in X86Subtarget()
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h46 RIPRel, // Used on X86-64 when in pic mode. enumerator
868 bool isPICStyleRIPRel() const { return PICStyle == PICStyles::Style::RIPRel; } in isPICStyleRIPRel()
DX86Subtarget.cpp309 setPICStyle(PICStyles::Style::RIPRel); in X86Subtarget()