Searched defs:AllocaHolderHandle (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h55 class AllocaHolderHandle { class in namespace:llvm
58 AllocaHolderHandle() : H(new AllocaHolder()) { H->RefCnt++; } function in class:llvm::AllocaHolderHandle
59 AllocaHolderHandle(const AllocaHolderHandle &AH) : H(AH.H) { H->RefCnt++; } function in class:llvm::AllocaHolderHandle

Completed in 46 milliseconds