|
LLVM
3.7.0
|
#include "X86FrameLowering.h"#include "X86ISelLowering.h"#include "X86InstrInfo.h"#include "X86SelectionDAGInfo.h"#include "llvm/ADT/Triple.h"#include "llvm/IR/CallingConv.h"#include "llvm/Target/TargetSubtargetInfo.h"#include <string>#include "X86GenSubtargetInfo.inc"Go to the source code of this file.
Classes | |
| class | llvm::X86Subtarget |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::PICStyles | |
| The X86 backend supports a number of different styles of PIC. | |
Macros | |
| #define | GET_SUBTARGETINFO_HEADER |
Enumerations | |
| enum | llvm::PICStyles::Style { llvm::PICStyles::StubPIC, llvm::PICStyles::StubDynamicNoPIC, llvm::PICStyles::GOT, llvm::PICStyles::RIPRel, llvm::PICStyles::None } |
| #define GET_SUBTARGETINFO_HEADER |
Definition at line 26 of file X86Subtarget.h.
1.8.6