Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingWriter.c66 if (llvmBufferIOFlush(BufferIO) != 0) in llvmBufferIOWrite()
83 COMPILER_RT_VISIBILITY int llvmBufferIOFlush(ProfBufferIO *BufferIO) { in llvmBufferIOFlush() function
132 if (llvmBufferIOFlush(BufferIO) != 0) in writeValueProfData()
H A DInstrProfilingInternal.h93 int llvmBufferIOFlush(ProfBufferIO *BufferIO);
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/
H A Dinstrprof-bufferio.c18 int llvmBufferIOFlush(ProfBufferIO *BufferIO);
70 llvmBufferIOFlush(BufferIO); in main()