LLVM API Documentation
#include <Interpreter.h>
Public Member Functions | |
AllocaHolder () | |
AllocaHolder (AllocaHolder &&RHS) | |
AllocaHolder & | operator= (AllocaHolder &&RHS) |
~AllocaHolder () | |
void | add (void *Mem) |
Definition at line 39 of file lib/ExecutionEngine/Interpreter/Interpreter.h.
llvm::AllocaHolder::AllocaHolder | ( | ) | [inline] |
Definition at line 43 of file lib/ExecutionEngine/Interpreter/Interpreter.h.
llvm::AllocaHolder::AllocaHolder | ( | AllocaHolder && | RHS | ) | [inline] |
Definition at line 46 of file lib/ExecutionEngine/Interpreter/Interpreter.h.
llvm::AllocaHolder::~AllocaHolder | ( | ) | [inline] |
Definition at line 52 of file lib/ExecutionEngine/Interpreter/Interpreter.h.
References Allocation, and llvm::LibFunc::free.
void llvm::AllocaHolder::add | ( | void * | Mem | ) | [inline] |
Definition at line 57 of file lib/ExecutionEngine/Interpreter/Interpreter.h.
AllocaHolder& llvm::AllocaHolder::operator= | ( | AllocaHolder && | RHS | ) | [inline] |
Definition at line 47 of file lib/ExecutionEngine/Interpreter/Interpreter.h.