Searched refs:ShadowStackAllocator (Results 1 – 1 of 1) sorted by relevance
157 ShadowStackAllocatorType *ShadowStackAllocator = nullptr; member184 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 *>([all …]