LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
llvm::AllocaHolderHandle Class Reference

#include <Interpreter.h>

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
llvm::AllocaHolderHandle::AllocaHolderHandle ( const AllocaHolderHandle AH)
inline
llvm::AllocaHolderHandle::~AllocaHolderHandle ( )
inline

Member Function Documentation

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

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