Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_function_call_trie.h157 ShadowStackAllocatorType *ShadowStackAllocator = nullptr; member
184 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()
203 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()
229 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>( in Allocators()
236 O.ShadowStackAllocator = nullptr; in Allocators()
267 if (ShadowStackAllocator)
268 ShadowStackAllocator->~ShadowStackAllocatorType();
269 if (O.ShadowStackAllocator) {
271 ShadowStackAllocatorType(std::move(*O.ShadowStackAllocator));
272 ShadowStackAllocator = reinterpret_cast<ShadowStackAllocatorType *>(
[all …]