|
LLVM
8.0.1
|
#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringRef.h"#include "llvm/IR/DerivedTypes.h"#include "llvm/IR/Type.h"#include "llvm/Pass.h"#include "llvm/Support/Casting.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/MathExtras.h"#include <cassert>#include <cstdint>#include <string>
Go to the source code of this file.
Classes | |
| 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 | |
| This class represents lattice values for constants. | |
Typedefs | |
| using | LLVMTargetDataRef = struct LLVMOpaqueTargetData * |
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) |
| using LLVMTargetDataRef = struct LLVMOpaqueTargetData * |
Definition at line 39 of file DataLayout.h.
1.8.13