Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformFuchsia.c67 struct lprofVMOWriterCtx *Ctx = (struct lprofVMOWriterCtx *)This->WriterCtx; in lprofVMOWriter()
101 This->WriterCtx = Ctx; in initVMOWriter()
H A DInstrProfilingWriter.c42 char **Buffer = (char **)&This->WriterCtx; in lprofBufferWriter()
105 (uint8_t *)BufferWriter.WriterCtx - BufferIO->BufferStart; in lprofBufferIOWrite()
H A DInstrProfilingInternal.h64 void *WriterCtx; member
H A DInstrProfilingBuffer.c128 BufferWriter->WriterCtx = Buffer; in initBufferWriter()
H A DInstrProfilingFile.c126 FILE *File = (FILE *)This->WriterCtx; in fileWriter()
163 This->WriterCtx = File; in initFileWriter()