Home
last modified time | relevance | path

Searched refs:ShadowStackAllocatorType (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h139 using ShadowStackAllocatorType = ShadowStackArray::AllocatorType; member
149 typename std::aligned_storage<sizeof(ShadowStackAllocatorType),
150 alignof(ShadowStackAllocatorType)>::type
158 ShadowStackAllocatorType *ShadowStackAllocator = nullptr;
183 new (&ShadowStackAllocatorStorage) ShadowStackAllocatorType( in Allocators()
185 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()
203 new (&ShadowStackAllocatorStorage) ShadowStackAllocatorType(Max); in Allocators()
221 sizeof(ShadowStackAllocatorType)); in Allocators()
269 ShadowStackAllocator->~ShadowStackAllocatorType();
272 ShadowStackAllocatorType(std::move(*O.ShadowStackAllocator));
[all …]