Home
last modified time | relevance | path

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

/external/compiler-rt/test/profile/
Dinstrprof-bufferio.c18 int lprofBufferIOFlush(ProfBufferIO *BufferIO);
71 lprofBufferIOFlush(BufferIO); in main()
/external/compiler-rt/lib/profile/
DInstrProfilingWriter.c80 if (lprofBufferIOFlush(BufferIO) != 0) in lprofBufferIOWrite()
97 COMPILER_RT_VISIBILITY int lprofBufferIOFlush(ProfBufferIO *BufferIO) { in lprofBufferIOFlush() function
221 if (lprofBufferIOFlush(BufferIO) != 0) in writeValueProfData()
DInstrProfilingInternal.h94 int lprofBufferIOFlush(ProfBufferIO *BufferIO);