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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c121 static uint32_t fileWriter(ProfDataWriter *This, ProfDataIOVec *IOVecs, function
160 This->Write = fileWriter;
169 ProfDataWriter *fileWriter = local
171 initFileWriter(fileWriter, File);
172 ProfBufferIO *IO = lprofCreateBufferIO(fileWriter);
344 ProfDataWriter fileWriter; local
345 initFileWriter(&fileWriter, OutputFile);
346 RetVal = lprofWriteData(&fileWriter, lprofGetVPDataReader(), MergeDone);
457 ProfDataWriter fileWriter; local
458 initFileWriter(&fileWriter, OutputFil
[all...]

Completed in 178 milliseconds