LLVM API Documentation
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallVector.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 | |
struct | llvm::LayoutAlignElem |
struct | llvm::PointerAlignElem |
class | llvm::DataLayout |
class | llvm::DataLayoutPass |
class | llvm::StructLayout |
Namespaces | |
namespace | llvm |
List of target independent CodeGen pass IDs. | |
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 31 of file DataLayout.h.