Home
last modified time | relevance | path

Searched refs:WriterCtx (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfilingWriter.c36 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()
DInstrProfilingInternal.h52 void **WriterCtx);
100 void **WriterCtx);
136 int lprofWriteData(WriterCallback Writer, void *WriterCtx,
138 int lprofWriteDataImpl(WriterCallback Writer, void *WriterCtx,
DInstrProfilingFile.c90 void **WriterCtx) { in fileWriter() argument
92 FILE *File = (FILE *)*WriterCtx; in fileWriter()