reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
48 void initBufferWriter(ProfDataWriter *BufferWriter, char *Buffer) { 54 ProfDataWriter BufferWriter; 63 ProfDataWriter BufferWriter;projects/compiler-rt/lib/profile/InstrProfilingFile.c
114 static uint32_t fileWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs, 140 static void initFileWriter(ProfDataWriter *This, FILE *File) { 150 ProfDataWriter *fileWriter = 151 (ProfDataWriter *)calloc(sizeof(ProfDataWriter), 1); 296 ProfDataWriter fileWriter;projects/compiler-rt/lib/profile/InstrProfilingInternal.h
64 ProfDataWriter *FileWriter; 80 ProfBufferIO *lprofCreateBufferIO(ProfDataWriter *FileWriter); 103 uint32_t lprofBufferWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs, 105 void initBufferWriter(ProfDataWriter *BufferWriter, char *Buffer); 143 int lprofWriteData(ProfDataWriter *Writer, VPDataReaderType *VPDataReader, 145 int lprofWriteDataImpl(ProfDataWriter *Writer,projects/compiler-rt/lib/profile/InstrProfilingWriter.c
34 COMPILER_RT_VISIBILITY uint32_t lprofBufferWriter(ProfDataWriter *This, 48 static void llvmInitBufferIO(ProfBufferIO *BufferIO, ProfDataWriter *FileWriter, 58 lprofCreateBufferIO(ProfDataWriter *FileWriter) { 94 ProfDataWriter BufferWriter; 210 static int writeValueProfData(ProfDataWriter *Writer, 234 COMPILER_RT_VISIBILITY int lprofWriteData(ProfDataWriter *Writer, 250 lprofWriteDataImpl(ProfDataWriter *Writer, const __llvm_profile_data *DataBegin,