Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.h67 XRayBuffer nextBuffer(XRayBuffer B);
H A Dxray_profiling.cpp236 XRayBuffer B = profileCollectorService::nextBuffer({nullptr, 0}); in profilingFlush()
251 B = profileCollectorService::nextBuffer(B); in profilingFlush()
470 __xray_log_set_buffer_iterator(profileCollectorService::nextBuffer); in profilingLoggingInit()
H A Dxray_profile_collector.cpp375 XRayBuffer nextBuffer(XRayBuffer B) XRAY_NEVER_INSTRUMENT { in nextBuffer() function