LLVM API Documentation
#include "llvm/Pass.h"#include "llvm/Support/DataTypes.h"#include "llvm/ADT/SmallVector.h"#include <string>Include dependency graph for TargetData.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | llvm |
Classes | |
| struct | llvm::TargetAlignElem |
| class | llvm::TargetData |
| class | llvm::StructLayout |
Enumerations | |
| enum | AlignTypeEnum { INTEGER_ALIGN = 'i', VECTOR_ALIGN = 'v', FLOAT_ALIGN = 'f', AGGREGATE_ALIGN = 'a', STACK_ALIGN = 's' } |
| Enum used to categorize the alignment types stored by TargetAlignElem. More... | |
|
|
Enum used to categorize the alignment types stored by TargetAlignElem.
Definition at line 37 of file TargetData.h. Referenced by llvm::TargetData::init(). |