Lines Matching defs:ProfDataWriter
61 struct ProfDataWriter;
62 typedef uint32_t (*WriterCallback)(struct ProfDataWriter *This, ProfDataIOVec *,
65 typedef struct ProfDataWriter {
68 } ProfDataWriter;
74 ProfDataWriter *FileWriter;
90 ProfBufferIO *lprofCreateBufferIO(ProfDataWriter *FileWriter);
113 uint32_t lprofBufferWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs,
115 void initBufferWriter(ProfDataWriter *BufferWriter, char *Buffer);
153 int lprofWriteData(ProfDataWriter *Writer, VPDataReaderType *VPDataReader,
155 int lprofWriteDataImpl(ProfDataWriter *Writer,
205 int __llvm_write_binary_ids(ProfDataWriter *Writer);
211 int lprofWriteOneBinaryId(ProfDataWriter *Writer, uint64_t BinaryIdLen,