Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h138 using ShadowStackAllocatorType = ShadowStackArray::AllocatorType; member
146 alignas(ShadowStackAllocatorType) std::byte
147 ShadowStackAllocatorStorage[sizeof(ShadowStackAllocatorType)];
153 ShadowStackAllocatorType *ShadowStackAllocator = nullptr;
178 new (&ShadowStackAllocatorStorage) ShadowStackAllocatorType( in Allocators()
180 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()
198 new (&ShadowStackAllocatorStorage) ShadowStackAllocatorType(Max); in Allocators()
199 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()
216 sizeof(ShadowStackAllocatorType)); in Allocators()
225 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()
[all …]