Searched defs:AllocaHolder (Results 1 – 3 of 3) sorted by relevance
42 AllocaHolder() {} in AllocaHolder() function45 AllocaHolder(AllocaHolder &&RHS) : Allocations(std::move(RHS.Allocations)) {} in AllocaHolder() function
42 AllocaHolder() {} in AllocaHolder() function
44 AllocaHolder() : RefCnt(0) {} in AllocaHolder() function