Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h153 ShadowStackAllocatorType *ShadowStackAllocator = nullptr; member
180 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()
199 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()
225 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()
232 O.ShadowStackAllocator = nullptr; in Allocators()
263 if (ShadowStackAllocator)
264 ShadowStackAllocator->~ShadowStackAllocatorType();
265 if (O.ShadowStackAllocator) {
267 ShadowStackAllocatorType(std::move(*O.ShadowStackAllocator));
268 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>(
[all …]