HomeSort by relevance Sort by last modified time
    Searched refs:lprofBufferIOFlush (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/test/profile/
instrprof-bufferio.c 18 int lprofBufferIOFlush(ProfBufferIO *BufferIO);
71 lprofBufferIOFlush(BufferIO);
  /external/compiler-rt/lib/profile/
InstrProfilingWriter.c 80 if (lprofBufferIOFlush(BufferIO) != 0)
97 COMPILER_RT_VISIBILITY int lprofBufferIOFlush(ProfBufferIO *BufferIO) {
221 if (lprofBufferIOFlush(BufferIO) != 0)
InstrProfilingInternal.h 94 int lprofBufferIOFlush(ProfBufferIO *BufferIO);

Completed in 66 milliseconds