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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingInternal.h64 void *WriterCtx; member in struct:ProfDataWriter
H A DInstrProfilingBuffer.c112 BufferWriter->WriterCtx = Buffer;
H A DInstrProfilingPlatformFuchsia.c142 This->WriterCtx = NULL;
H A DInstrProfilingWriter.c39 char **Buffer = (char **)&This->WriterCtx;
102 (uint8_t *)BufferWriter.WriterCtx - BufferIO->BufferStart;
H A DInstrProfilingFile.c124 FILE *File = (FILE *)This->WriterCtx;
161 This->WriterCtx = File;

Completed in 106 milliseconds