Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h147 ShadowStackAllocatorStorage[sizeof(ShadowStackAllocatorType)]; member
178 new (&ShadowStackAllocatorStorage) ShadowStackAllocatorType( in Allocators()
181 &ShadowStackAllocatorStorage); in Allocators()
198 new (&ShadowStackAllocatorStorage) ShadowStackAllocatorType(Max); in Allocators()
200 &ShadowStackAllocatorStorage); in Allocators()
214 internal_memcpy(&ShadowStackAllocatorStorage, in Allocators()
215 &O.ShadowStackAllocatorStorage, in Allocators()
226 &ShadowStackAllocatorStorage); in Allocators()
266 new (&ShadowStackAllocatorStorage)
269 &ShadowStackAllocatorStorage);