Searched refs:WriterCtx (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfilingWriter.c | 36 void **WriterCtx) { in lprofBufferWriter() argument 38 char **Buffer = (char **)WriterCtx; in lprofBufferWriter() 204 static int writeValueProfData(WriterCallback Writer, void *WriterCtx, in writeValueProfData() argument 214 BufferIO = lprofCreateBufferIO(Writer, WriterCtx); in writeValueProfData() 229 void *WriterCtx, in lprofWriteData() argument 238 return lprofWriteDataImpl(Writer, WriterCtx, DataBegin, DataEnd, in lprofWriteData() 244 lprofWriteDataImpl(WriterCallback Writer, void *WriterCtx, in lprofWriteDataImpl() argument 276 if (Writer(IOVec, sizeof(IOVec) / sizeof(*IOVec), &WriterCtx)) in lprofWriteDataImpl() 279 return writeValueProfData(Writer, WriterCtx, VPDataReader, DataBegin, in lprofWriteDataImpl()
|
D | InstrProfilingInternal.h | 52 void **WriterCtx); 100 void **WriterCtx); 136 int lprofWriteData(WriterCallback Writer, void *WriterCtx, 138 int lprofWriteDataImpl(WriterCallback Writer, void *WriterCtx,
|
D | InstrProfilingFile.c | 90 void **WriterCtx) { in fileWriter() argument 92 FILE *File = (FILE *)*WriterCtx; in fileWriter()
|