|
LLVM
4.0.0
|
#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/STLExtras.h"#include "llvm/IR/DerivedTypes.h"#include "llvm/IR/Type.h"#include "llvm/Pass.h"#include "llvm/Support/DataTypes.h"Go to the source code of this file.
Classes | |
| class | llvm::ArrayRef< T > |
| ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory), i.e. More... | |
| struct | llvm::LayoutAlignElem |
| Layout alignment element. More... | |
| struct | llvm::PointerAlignElem |
| Layout pointer alignment element. More... | |
| class | llvm::DataLayout |
| A parsed version of the target data layout string in and methods for querying it. More... | |
| class | llvm::StructLayout |
| Used to lazily calculate structure layout information for a target machine, based on the DataLayout structure. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Typedefs | |
| typedef struct LLVMOpaqueTargetData * | LLVMTargetDataRef |
Enumerations | |
| enum | llvm::AlignTypeEnum { llvm::INVALID_ALIGN = 0, llvm::INTEGER_ALIGN = 'i', llvm::VECTOR_ALIGN = 'v', llvm::FLOAT_ALIGN = 'f', llvm::AGGREGATE_ALIGN = 'a' } |
| Enum used to categorize the alignment types stored by LayoutAlignElem. More... | |
Functions | |
| DataLayout * | llvm::unwrap (LLVMTargetDataRef P) |
| LLVMTargetDataRef | llvm::wrap (const DataLayout *P) |
| typedef struct LLVMOpaqueTargetData* LLVMTargetDataRef |
Definition at line 32 of file DataLayout.h.
1.8.6