LLVM API Documentation
#include <Interpreter.h>
Collaboration diagram for llvm::AllocaHolder:
Public Member Functions | |
AllocaHolder () | |
void | add (void *mem) |
~AllocaHolder () | |
Friends | |
class | AllocaHolderHandle |
Definition at line 39 of file lib/ExecutionEngine/Interpreter/Interpreter.h.
llvm::AllocaHolder::AllocaHolder | ( | ) | [inline] |
Definition at line 44 of file lib/ExecutionEngine/Interpreter/Interpreter.h.
llvm::AllocaHolder::~AllocaHolder | ( | ) | [inline] |
Definition at line 46 of file lib/ExecutionEngine/Interpreter/Interpreter.h.
void llvm::AllocaHolder::add | ( | void * | mem | ) | [inline] |
Definition at line 45 of file lib/ExecutionEngine/Interpreter/Interpreter.h.
Referenced by llvm::AllocaHolderHandle::add().
friend class AllocaHolderHandle [friend] |
Definition at line 40 of file lib/ExecutionEngine/Interpreter/Interpreter.h.