Home
last modified time | relevance | path

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

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