Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingWriter.c14 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()
DInstrProfilingInternal.h51 void **WriterCtx);
52 int llvmWriteProfData(WriterCallback Writer, void *WriterCtx,
55 int llvmWriteProfDataImpl(WriterCallback Writer, void *WriterCtx,
DInstrProfilingBuffer.c47 void **WriterCtx) { in bufferWriter() argument
49 char **Buffer = (char **)WriterCtx; in bufferWriter()
DInstrProfilingFile.c22 void **WriterCtx) { in fileWriter() argument
24 FILE *File = (FILE *)*WriterCtx; in fileWriter()