LLVM 19.0.0git
Enumerations
llvm::PICStyles Namespace Reference

The X86 backend supports a number of different styles of PIC. More...

Enumerations

enum class  Style { StubPIC , GOT , RIPRel , None }
 

Detailed Description

The X86 backend supports a number of different styles of PIC.

Enumeration Type Documentation

◆ Style

enum class llvm::PICStyles::Style
strong
Enumerator
StubPIC 
GOT 
RIPRel 
None 

Definition at line 44 of file X86Subtarget.h.