LLVM API Documentation
#include <Interpreter.h>
Collaboration diagram for llvm::AllocaHolderHandle:

Public Member Functions | |
| AllocaHolderHandle () | |
| AllocaHolderHandle (const AllocaHolderHandle &AH) | |
| ~AllocaHolderHandle () | |
| void | add (void *mem) |
Definition at line 55 of file lib/ExecutionEngine/Interpreter/Interpreter.h.
| llvm::AllocaHolderHandle::AllocaHolderHandle | ( | ) | [inline] |
Definition at line 58 of file lib/ExecutionEngine/Interpreter/Interpreter.h.
References llvm::AllocaHolder::RefCnt.
| llvm::AllocaHolderHandle::AllocaHolderHandle | ( | const AllocaHolderHandle & | AH | ) | [inline] |
Definition at line 59 of file lib/ExecutionEngine/Interpreter/Interpreter.h.
References llvm::AllocaHolder::RefCnt.
| llvm::AllocaHolderHandle::~AllocaHolderHandle | ( | ) | [inline] |
Definition at line 60 of file lib/ExecutionEngine/Interpreter/Interpreter.h.
References llvm::AllocaHolder::RefCnt.
| void llvm::AllocaHolderHandle::add | ( | void * | mem | ) | [inline] |
Definition at line 62 of file lib/ExecutionEngine/Interpreter/Interpreter.h.
References llvm::AllocaHolder::add().