LLVM 19.0.0git
Classes | Namespaces | Typedefs | Enumerations | Functions
DataLayout.h File Reference
#include "llvm/ADT/APInt.h"
#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/Support/Alignment.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/TrailingObjects.h"
#include "llvm/Support/TypeSize.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

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Typedefs

using LLVMTargetDataRef = LLVMOpaqueTargetData *
 

Enumerations

enum  llvm::AlignTypeEnum { 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

◆ LLVMTargetDataRef

using LLVMTargetDataRef = LLVMOpaqueTargetData *

Definition at line 42 of file DataLayout.h.