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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c119 return lprofWriteData(&BufferWriter, 0, 0);
H A DInstrProfilingInternal.h150 int lprofWriteData(ProfDataWriter *Writer, VPDataReaderType *VPDataReader,
H A DInstrProfilingPlatformFuchsia.c154 if (lprofWriteData(&VMOWriter, 0, 0) != 0) {
H A DInstrProfilingWriter.c238 COMPILER_RT_VISIBILITY int lprofWriteData(ProfDataWriter *Writer, function
H A DInstrProfilingFile.c346 RetVal = lprofWriteData(&fileWriter, lprofGetVPDataReader(), MergeDone);
459 if (lprofWriteData(&fileWriter, NULL, 0)) {

Completed in 115 milliseconds