llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
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. | |
Type of stack objects.