Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp92 ProfileBuffersStorage[sizeof(ProfileBufferArray)]; variable
361 new (&ProfileBuffersStorage) ProfileBufferArray(*ProfileBuffersAllocator); in reset()
363 reinterpret_cast<ProfileBufferArray *>(&ProfileBuffersStorage); in reset()