LLVM API Documentation
#include "llvm/Target/TargetData.h"#include "llvm/Module.h"#include "llvm/DerivedTypes.h"#include "llvm/Constants.h"#include "llvm/Support/GetElementPtrTypeIterator.h"#include "llvm/Support/MathExtras.h"Include dependency graph for TargetData.cpp:

Go to the source code of this file.
Functions | |
| static void | getTypeInfo (const Type *Ty, const TargetData *TD, uint64_t &Size, unsigned char &Alignment) |
Variables | |
| static std::map< std::pair< const TargetData *, const StructType * >, StructLayout > * | Layouts = 0 |
|
||||||||||||||||||||
|
|
Definition at line 118 of file TargetData.cpp. |
|
|
|