Searched refs:ShadowStackAllocator (Results 1 – 1 of 1) sorted by relevance
158 ShadowStackAllocatorType *ShadowStackAllocator = nullptr; member185 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()204 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()230 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()237 O.ShadowStackAllocator = nullptr; in Allocators()268 if (ShadowStackAllocator)269 ShadowStackAllocator->~ShadowStackAllocatorType();270 if (O.ShadowStackAllocator) {272 ShadowStackAllocatorType(std::move(*O.ShadowStackAllocator));273 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>([all …]