Lines Matching defs:Writer
217 static int writeValueProfData(ProfDataWriter *Writer,
227 BufferIO = lprofCreateBufferIO(Writer);
241 COMPILER_RT_VISIBILITY int lprofWriteData(ProfDataWriter *Writer,
257 return lprofWriteDataImpl(Writer, DataBegin, DataEnd, CountersBegin,
264 lprofWriteDataImpl(ProfDataWriter *Writer, const __llvm_profile_data *DataBegin,
327 if (Writer->Write(Writer, IOVec, sizeof(IOVec) / sizeof(*IOVec)))
331 if (__llvm_write_binary_ids(Writer) == -1)
348 if (Writer->Write(Writer, IOVecData, sizeof(IOVecData) / sizeof(*IOVecData)))
357 return writeValueProfData(Writer, VPDataReader, DataBegin, DataEnd);
365 int lprofWriteOneBinaryId(ProfDataWriter *Writer, uint64_t BinaryIdLen,
373 if (Writer->Write(Writer, BinaryIdIOVec,