Lines Matching refs:ShadowStackAllocator
153 ShadowStackAllocatorType *ShadowStackAllocator = nullptr; member
180 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 *>(
270 O.ShadowStackAllocator = nullptr;
272 ShadowStackAllocator = nullptr;
295 if (ShadowStackAllocator != nullptr) in ~Allocators()
296 ShadowStackAllocator->~ShadowStackAllocatorType(); in ~Allocators()
328 ShadowStack(*A.ShadowStackAllocator), in FunctionCallTrie()