Searched refs:ProfBufferIO (Results 1 – 3 of 3) sorted by relevance
64 typedef struct ProfBufferIO { struct73 } ProfBufferIO; typedef76 ProfBufferIO *lprofCreateBufferIOInternal(void *File, uint32_t BufferSz);81 ProfBufferIO *lprofCreateBufferIO(ProfDataWriter *FileWriter);87 void lprofDeleteBufferIO(ProfBufferIO *BufferIO);93 int lprofBufferIOWrite(ProfBufferIO *BufferIO, const uint8_t *Data,99 int lprofBufferIOFlush(ProfBufferIO *BufferIO);
23 static ProfBufferIO TheBufferIO;49 static void llvmInitBufferIO(ProfBufferIO *BufferIO, ProfDataWriter *FileWriter, in llvmInitBufferIO()58 COMPILER_RT_VISIBILITY ProfBufferIO *70 COMPILER_RT_VISIBILITY void lprofDeleteBufferIO(ProfBufferIO *BufferIO) { in lprofDeleteBufferIO()81 lprofBufferIOWrite(ProfBufferIO *BufferIO, const uint8_t *Data, uint32_t Size) { in lprofBufferIOWrite()104 COMPILER_RT_VISIBILITY int lprofBufferIOFlush(ProfBufferIO *BufferIO) { in lprofBufferIOFlush()120 static int writeOneValueProfData(ProfBufferIO *BufferIO, in writeOneValueProfData()215 ProfBufferIO *BufferIO; in writeValueProfData()
120 COMPILER_RT_VISIBILITY ProfBufferIO *128 ProfBufferIO *IO = lprofCreateBufferIO(fileWriter); in lprofCreateBufferIOInternal()