Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/profile/
Dinstrprof-bufferio.c18 int lprofBufferIOFlush(ProfBufferIO *BufferIO);
71 lprofBufferIOFlush(BufferIO); in main()
/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);
/external/llvm-project/compiler-rt/lib/profile/
DInstrProfilingWriter.c90 if (lprofBufferIOFlush(BufferIO) != 0) in lprofBufferIOWrite()
110 COMPILER_RT_VISIBILITY int lprofBufferIOFlush(ProfBufferIO *BufferIO) { in lprofBufferIOFlush() function
234 if (lprofBufferIOFlush(BufferIO) != 0) in writeValueProfData()
DInstrProfilingInternal.h105 int lprofBufferIOFlush(ProfBufferIO *BufferIO);