|
mini-llvm 0.1.0
|
#include <StackSlot.h>
Public Member Functions | |
| StackSlot (int size, int alignment) | |
| StackSlot (const StackSlot &)=delete | |
| StackSlot (StackSlot &&)=delete | |
| StackSlot & | operator= (const StackSlot &)=delete |
| StackSlot & | operator= (StackSlot &&)=delete |
| int | size () const |
| int | alignment () const |
| StackFrame * | frame () const |
| int | offset () const |
Friends | |
| class | StackFrame |
|
inline |
|
delete |
|
delete |
|
inline |
|
inline |
| int mini_llvm::mir::StackSlot::offset | ( | ) | const |
|
inline |
|
friend |