LLVM  3.7.0
Classes | Namespaces | Typedefs | Enumerations | Functions
DataLayout.h File Reference
#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"
Include dependency graph for DataLayout.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

typedef struct LLVMOpaqueTargetData* LLVMTargetDataRef

Definition at line 32 of file DataLayout.h.