Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_function_call_trie.h138 using ShadowStackAllocatorType = ShadowStackArray::AllocatorType; member
148 typename std::aligned_storage<sizeof(ShadowStackAllocatorType),
149 alignof(ShadowStackAllocatorType)>::type
157 ShadowStackAllocatorType *ShadowStackAllocator = nullptr;
182 new (&ShadowStackAllocatorStorage) ShadowStackAllocatorType( in Allocators()
184 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()
202 new (&ShadowStackAllocatorStorage) ShadowStackAllocatorType(Max); in Allocators()
203 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()
220 sizeof(ShadowStackAllocatorType)); in Allocators()
229 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()
[all …]