Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c57 return lprofWriteData(&BufferWriter, 0, 0); in __llvm_profile_write_buffer()
H A DInstrProfilingPlatformFuchsia.c149 if (lprofWriteData(&VMOWriter, lprofGetVPDataReader(), 0) != 0) in dump()
H A DInstrProfilingInternal.h144 int lprofWriteData(ProfDataWriter *Writer, VPDataReaderType *VPDataReader,
H A DInstrProfilingWriter.c235 COMPILER_RT_VISIBILITY int lprofWriteData(ProfDataWriter *Writer, in lprofWriteData() function
H A DInstrProfilingFile.c258 RetVal = lprofWriteData(&fileWriter, lprofGetVPDataReader(), MergeDone); in writeFile()