llir-opt  0.0.1
Low-Level Post-Link Optimiser for OCaml and C
Public Member Functions | Public Attributes | List of all members
Func::StackObject Struct Reference

Type of stack objects. More...

#include <core/func.h>

Public Member Functions

 StackObject (unsigned index, unsigned size, llvm::Align alignment)
 

Public Attributes

unsigned Index
 Index of the stack object.
 
unsigned Size
 Size of the object on the stack.
 
llvm::Align Alignment
 Alignment of the object, in bytes.
 

Detailed Description

Type of stack objects.


The documentation for this struct was generated from the following file: