Searched refs:WriterCtx (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
| H A D | InstrProfilingWriter.c | 25 void **WriterCtx) { in llvmBufferWriter() argument 27 char **Buffer = (char **)WriterCtx; in llvmBufferWriter() 95 void *WriterCtx, in llvmWriteProfData() argument 105 return llvmWriteProfDataImpl(Writer, WriterCtx, DataBegin, DataEnd, in llvmWriteProfData() 111 static int writeValueProfData(WriterCallback Writer, void *WriterCtx, in writeValueProfData() argument 121 BufferIO = llvmCreateBufferIO(Writer, WriterCtx, BufferSz); in writeValueProfData() 140 WriterCallback Writer, void *WriterCtx, in llvmWriteProfDataImpl() argument 171 if (Writer(IOVec, sizeof(IOVec) / sizeof(*IOVec), &WriterCtx)) in llvmWriteProfDataImpl() 174 return writeValueProfData(Writer, WriterCtx, ValueDataBegin, DataSize); in llvmWriteProfDataImpl()
|
| H A D | InstrProfilingInternal.h | 52 void **WriterCtx); 99 void **WriterCtx); 101 int llvmWriteProfData(WriterCallback Writer, void *WriterCtx, 104 int llvmWriteProfDataImpl(WriterCallback Writer, void *WriterCtx,
|
| H A D | InstrProfilingFile.c | 22 void **WriterCtx) { in fileWriter() argument 24 FILE *File = (FILE *)*WriterCtx; in fileWriter()
|