Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h158 ShadowStackAllocatorType *ShadowStackAllocator = nullptr; member
237 O.ShadowStackAllocator = nullptr; in Allocators()
268 if (ShadowStackAllocator)
269 ShadowStackAllocator->~ShadowStackAllocatorType();
270 if (O.ShadowStackAllocator) {
272 ShadowStackAllocatorType(std::move(*O.ShadowStackAllocator));
275 O.ShadowStackAllocator = nullptr;
277 ShadowStackAllocator = nullptr;
300 if (ShadowStackAllocator != nullptr) in ~Allocators()
301 ShadowStackAllocator->~ShadowStackAllocatorType(); in ~Allocators()
[all …]