LLVM API Documentation

llvm::AllocaHolderHandle Class Reference

#include <Interpreter.h>

Collaboration diagram for llvm::AllocaHolderHandle:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 AllocaHolderHandle ()
 AllocaHolderHandle (const AllocaHolderHandle &AH)
 ~AllocaHolderHandle ()
void add (void *mem)

Detailed Description

Definition at line 55 of file lib/ExecutionEngine/Interpreter/Interpreter.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

void llvm::AllocaHolderHandle::add ( void *  mem  )  [inline]

Definition at line 62 of file lib/ExecutionEngine/Interpreter/Interpreter.h.

References llvm::AllocaHolder::add().


The documentation for this class was generated from the following file: