Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/
H A Dprofile_collector_test.cpp144 auto B = profileCollectorService::nextBuffer({nullptr, 0}); in TEST()
147 B = profileCollectorService::nextBuffer(B); in TEST()
158 B = profileCollectorService::nextBuffer(B); in TEST()
224 auto B = profileCollectorService::nextBuffer({nullptr, 0}); in TEST()
227 B = profileCollectorService::nextBuffer(B); in TEST()
230 B = profileCollectorService::nextBuffer(B); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A Dxray_profile_collector.h67 XRayBuffer nextBuffer(XRayBuffer B);
H A Dxray_profiling.cpp239 XRayBuffer B = profileCollectorService::nextBuffer({nullptr, 0}); in profilingFlush()
254 B = profileCollectorService::nextBuffer(B); in profilingFlush()
473 __xray_log_set_buffer_iterator(profileCollectorService::nextBuffer); in profilingLoggingInit()
H A Dxray_profile_collector.cpp378 XRayBuffer nextBuffer(XRayBuffer B) XRAY_NEVER_INSTRUMENT { in nextBuffer() function