Searched refs:AllocaHolder (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h35 // AllocaHolder - Object to track all of the blocks of memory allocated by
39 class AllocaHolder { class in namespace:llvm
44 AllocaHolder() : RefCnt(0) {} function in class:llvm::AllocaHolder
46 ~AllocaHolder() {
52 // AllocaHolderHandle gives AllocaHolder value semantics so we can stick it into
56 AllocaHolder *H;
58 AllocaHolderHandle() : H(new AllocaHolder()) { H->RefCnt++; }

Completed in 67 milliseconds