LLVM: llvm::PICStyles Namespace Reference (original) (raw)
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 43 of file X86Subtarget.h.