Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingWriter.c39 char **Buffer = (char **)&This->WriterCtx; in lprofBufferWriter()
99 (uint8_t *)BufferWriter.WriterCtx - BufferIO->BufferStart; in lprofBufferIOWrite()
H A DInstrProfilingBuffer.c51 BufferWriter->WriterCtx = Buffer; in initBufferWriter()
H A DInstrProfilingPlatformFuchsia.c128 This->WriterCtx = NULL; in initVMOWriter()
H A DInstrProfilingInternal.h58 void *WriterCtx; member
H A DInstrProfilingFile.c101 FILE *File = (FILE *)This->WriterCtx; in fileWriter()
117 This->WriterCtx = File; in initFileWriter()