Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/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()
204 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()
221 sizeof(ShadowStackAllocatorType)); in Allocators()
230 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()
[all …]