HomeSort by: relevance | last modified time | path
    Searched refs:llvmBufferIOFlush (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/test/profile/
instrprof-bufferio.c 18 int llvmBufferIOFlush(ProfBufferIO *BufferIO);
70 llvmBufferIOFlush(BufferIO);
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingWriter.c 66 if (llvmBufferIOFlush(BufferIO) != 0)
83 COMPILER_RT_VISIBILITY int llvmBufferIOFlush(ProfBufferIO *BufferIO) {
132 if (llvmBufferIOFlush(BufferIO) != 0)
InstrProfilingInternal.h 93 int llvmBufferIOFlush(ProfBufferIO *BufferIO);

Completed in 14 milliseconds