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

/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h157 ShadowStackAllocatorType *ShadowStackAllocator = nullptr; member in struct:__xray::FunctionCallTrie::Allocators
184 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>(
203 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>(
229 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>(
236 O.ShadowStackAllocator = nullptr;
267 if (ShadowStackAllocator)
268 ShadowStackAllocator->~ShadowStackAllocatorType();
269 if (O.ShadowStackAllocator) {
271 ShadowStackAllocatorType(std::move(*O.ShadowStackAllocator));
272 ShadowStackAllocator
[all...]

Completed in 103 milliseconds