Searched refs:WriterCtx (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfilingWriter.c | 14 void *WriterCtx, in llvmWriteProfData() argument 24 return llvmWriteProfDataImpl(Writer, WriterCtx, DataBegin, DataEnd, in llvmWriteProfData() 30 WriterCallback Writer, void *WriterCtx, in llvmWriteProfDataImpl() argument 62 if (Writer(IOVec, sizeof(IOVec) / sizeof(*IOVec), &WriterCtx)) in llvmWriteProfDataImpl() 66 if (Writer(IOVec2, sizeof(IOVec2) / sizeof(*IOVec2), &WriterCtx)) in llvmWriteProfDataImpl()
|
D | InstrProfilingInternal.h | 51 void **WriterCtx); 52 int llvmWriteProfData(WriterCallback Writer, void *WriterCtx, 55 int llvmWriteProfDataImpl(WriterCallback Writer, void *WriterCtx,
|
D | InstrProfilingBuffer.c | 47 void **WriterCtx) { in bufferWriter() argument 49 char **Buffer = (char **)WriterCtx; in bufferWriter()
|
D | InstrProfilingFile.c | 22 void **WriterCtx) { in fileWriter() argument 24 FILE *File = (FILE *)*WriterCtx; in fileWriter()
|