Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h157 ShadowStackAllocatorType *ShadowStackAllocator = nullptr; member
236 O.ShadowStackAllocator = nullptr; in Allocators()
267 if (ShadowStackAllocator)
268 ShadowStackAllocator->~ShadowStackAllocatorType();
269 if (O.ShadowStackAllocator) {
271 ShadowStackAllocatorType(std::move(*O.ShadowStackAllocator));
274 O.ShadowStackAllocator = nullptr;
276 ShadowStackAllocator = nullptr;
299 if (ShadowStackAllocator != nullptr) in ~Allocators()
300 ShadowStackAllocator->~ShadowStackAllocatorType(); in ~Allocators()
[all …]