LLVM API Documentation

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

#include <Interpreter.h>

Public Member Functions

 AllocaHolder ()
 
void add (void *mem)
 
 ~AllocaHolder ()
 

Friends

class AllocaHolderHandle
 

Detailed Description

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

Constructor & Destructor Documentation

llvm::AllocaHolder::AllocaHolder ( )
inline
llvm::AllocaHolder::~AllocaHolder ( )
inline

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

References llvm::LibFunc::free.

Member Function Documentation

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

Friends And Related Function Documentation

friend class AllocaHolderHandle
friend

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