reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/profile/InstrProfilingFile.c
  145 COMPILER_RT_VISIBILITY ProfBufferIO *
  153   ProfBufferIO *IO = lprofCreateBufferIO(fileWriter);
projects/compiler-rt/lib/profile/InstrProfilingInternal.h
   75 ProfBufferIO *lprofCreateBufferIOInternal(void *File, uint32_t BufferSz);
   80 ProfBufferIO *lprofCreateBufferIO(ProfDataWriter *FileWriter);
   86 void lprofDeleteBufferIO(ProfBufferIO *BufferIO);
   92 int lprofBufferIOWrite(ProfBufferIO *BufferIO, const uint8_t *Data,
   98 int lprofBufferIOFlush(ProfBufferIO *BufferIO);
projects/compiler-rt/lib/profile/InstrProfilingWriter.c
   22 static ProfBufferIO TheBufferIO;
   48 static void llvmInitBufferIO(ProfBufferIO *BufferIO, ProfDataWriter *FileWriter,
   57 COMPILER_RT_VISIBILITY ProfBufferIO *
   69 COMPILER_RT_VISIBILITY void lprofDeleteBufferIO(ProfBufferIO *BufferIO) {
   80 lprofBufferIOWrite(ProfBufferIO *BufferIO, const uint8_t *Data, uint32_t Size) {
  103 COMPILER_RT_VISIBILITY int lprofBufferIOFlush(ProfBufferIO *BufferIO) {
  119 static int writeOneValueProfData(ProfBufferIO *BufferIO,
  214   ProfBufferIO *BufferIO;