Searched refs:ProfBufferIO (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
| D | InstrProfilingInternal.h | 57 typedef struct ProfBufferIO { struct 68 } ProfBufferIO; typedef 71 ProfBufferIO *llvmCreateBufferIOInternal(void *File, uint32_t DefaultBufferSz); 75 ProfBufferIO *llvmCreateBufferIO(WriterCallback FileWriter, void *File, 81 void llvmDeleteBufferIO(ProfBufferIO *BufferIO); 87 int llvmBufferIOWrite(ProfBufferIO *BufferIO, const uint8_t *Data, 93 int llvmBufferIOFlush(ProfBufferIO *BufferIO);
|
| D | InstrProfilingWriter.c | 36 static void llvmInitBufferIO(ProfBufferIO *BufferIO, WriterCallback FileWriter, in llvmInitBufferIO() 45 COMPILER_RT_VISIBILITY ProfBufferIO * 47 ProfBufferIO *BufferIO = (ProfBufferIO *)CallocHook(1, sizeof(ProfBufferIO)); in llvmCreateBufferIO() 57 COMPILER_RT_VISIBILITY void llvmDeleteBufferIO(ProfBufferIO *BufferIO) { in llvmDeleteBufferIO() 63 llvmBufferIOWrite(ProfBufferIO *BufferIO, const uint8_t *Data, uint32_t Size) { in llvmBufferIOWrite() 83 COMPILER_RT_VISIBILITY int llvmBufferIOFlush(ProfBufferIO *BufferIO) { in llvmBufferIOFlush() 114 ProfBufferIO *BufferIO; in writeValueProfData()
|
| D | InstrProfilingFile.c | 33 COMPILER_RT_VISIBILITY ProfBufferIO *
|