Searched refs:ShadowStackAllocator (Results 1 – 1 of 1) sorted by relevance
153 ShadowStackAllocatorType *ShadowStackAllocator = nullptr; member180 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()199 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()225 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()232 O.ShadowStackAllocator = nullptr; in Allocators()263 if (ShadowStackAllocator)264 ShadowStackAllocator->~ShadowStackAllocatorType();265 if (O.ShadowStackAllocator) {267 ShadowStackAllocatorType(std::move(*O.ShadowStackAllocator));268 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>([all …]