Searched refs:WriterCallback (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfilingInternal.h | 51 typedef uint32_t (*WriterCallback)(ProfDataIOVec *, uint32_t NumIOVecs, typedef 61 WriterCallback FileWriter; 76 ProfBufferIO *lprofCreateBufferIO(WriterCallback FileWriter, void *File); 136 int lprofWriteData(WriterCallback Writer, void *WriterCtx, 138 int lprofWriteDataImpl(WriterCallback Writer, void *WriterCtx,
|
D | InstrProfilingWriter.c | 47 static void llvmInitBufferIO(ProfBufferIO *BufferIO, WriterCallback FileWriter, in llvmInitBufferIO() 57 lprofCreateBufferIO(WriterCallback FileWriter, void *File) { in lprofCreateBufferIO() 204 static int writeValueProfData(WriterCallback Writer, void *WriterCtx, in writeValueProfData() 228 COMPILER_RT_VISIBILITY int lprofWriteData(WriterCallback Writer, in lprofWriteData() 244 lprofWriteDataImpl(WriterCallback Writer, void *WriterCtx, in lprofWriteDataImpl()
|