Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/xray/
Dxray_profiling.cpp58 AllocatorsStorage; variable
128 new (&AllocatorsStorage) FunctionCallTrie::Allocators( in getThreadLocalData()
131 reinterpret_cast<FunctionCallTrie::Allocators *>(&AllocatorsStorage)); in getThreadLocalData()
163 reinterpret_cast<FunctionCallTrie::Allocators *>(&AllocatorsStorage))) in cleanupTLD()
183 reinterpret_cast<FunctionCallTrie::Allocators *>(&AllocatorsStorage))) in postCurrentThreadFCT()
/openbsd/src/gnu/llvm/compiler-rt/lib/xray/tests/unit/
Dfunction_call_trie_test.cpp315 AllocatorsStorage; in TEST() local
316 new (&AllocatorsStorage) in TEST()
319 reinterpret_cast<FunctionCallTrie::Allocators *>(&AllocatorsStorage); in TEST()