Lines Matching refs:ShadowStackAllocator
157 ShadowStackAllocatorType *ShadowStackAllocator = nullptr; member
184 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()
203 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()
229 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()
236 O.ShadowStackAllocator = nullptr; in Allocators()
267 if (ShadowStackAllocator)
268 ShadowStackAllocator->~ShadowStackAllocatorType();
269 if (O.ShadowStackAllocator) {
271 ShadowStackAllocatorType(std::move(*O.ShadowStackAllocator));
272 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>(
274 O.ShadowStackAllocator = nullptr;
276 ShadowStackAllocator = nullptr;
299 if (ShadowStackAllocator != nullptr) in ~Allocators()
300 ShadowStackAllocator->~ShadowStackAllocatorType(); in ~Allocators()
332 ShadowStack(*A.ShadowStackAllocator), in FunctionCallTrie()