LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Enumerations
llvm::PICStyles Namespace Reference

Enumerations

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

Detailed Description

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

Enumeration Type Documentation

Enumerator
StubPIC 
StubDynamicNoPIC 
GOT 
RIPRel 
None 

Definition at line 33 of file X86Subtarget.h.