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

  /external/compiler-rt/test/profile/
instrprof-bufferio.c 13 typedef struct ProfBufferIO ProfBufferIO;
14 ProfBufferIO *lprofCreateBufferIOInternal(void *File, uint32_t BufferSz);
15 void lprofDeleteBufferIO(ProfBufferIO *BufferIO);
17 int lprofBufferIOWrite(ProfBufferIO *BufferIO, const char *Data, uint32_t Size);
18 int lprofBufferIOFlush(ProfBufferIO *BufferIO);
27 ProfBufferIO *BufferIO;
  /external/compiler-rt/lib/profile/
InstrProfilingInternal.h 57 typedef struct ProfBufferIO {
68 } ProfBufferIO;
71 ProfBufferIO *lprofCreateBufferIOInternal(void *File, uint32_t BufferSz);
76 ProfBufferIO *lprofCreateBufferIO(WriterCallback FileWriter, void *File);
82 void lprofDeleteBufferIO(ProfBufferIO *BufferIO);
88 int lprofBufferIOWrite(ProfBufferIO *BufferIO, const uint8_t *Data,
94 int lprofBufferIOFlush(ProfBufferIO *BufferIO);
InstrProfilingWriter.c 22 static ProfBufferIO TheBufferIO;
47 static void llvmInitBufferIO(ProfBufferIO *BufferIO, WriterCallback FileWriter,
56 COMPILER_RT_VISIBILITY ProfBufferIO *
68 COMPILER_RT_VISIBILITY void lprofDeleteBufferIO(ProfBufferIO *BufferIO) {
77 lprofBufferIOWrite(ProfBufferIO *BufferIO, const uint8_t *Data, uint32_t Size) {
97 COMPILER_RT_VISIBILITY int lprofBufferIOFlush(ProfBufferIO *BufferIO) {
113 static int writeOneValueProfData(ProfBufferIO *BufferIO,
208 ProfBufferIO *BufferIO;
InstrProfilingFile.c 101 COMPILER_RT_VISIBILITY ProfBufferIO *

Completed in 593 milliseconds