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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_function_call_trie.h158 ShadowStackAllocatorType *ShadowStackAllocator = nullptr; member in struct:__xray::FunctionCallTrie::Allocators
185 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>(
204 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>(
230 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>(
237 O.ShadowStackAllocator = nullptr;
268 if (ShadowStackAllocator)
269 ShadowStackAllocator->~ShadowStackAllocatorType();
270 if (O.ShadowStackAllocator) {
272 ShadowStackAllocatorType(std::move(*O.ShadowStackAllocator));
273 ShadowStackAllocator
[all...]

Completed in 142 milliseconds