Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingInternal.h150 int lprofWriteData(ProfDataWriter *Writer, VPDataReaderType *VPDataReader,
H A DInstrProfilingBuffer.c134 return lprofWriteData(&BufferWriter, 0, 0); in __llvm_profile_write_buffer()
H A DInstrProfilingPlatformFuchsia.c152 if (lprofWriteData(&VMOWriter, 0, 0) != 0) { in __llvm_profile_initialize()
H A DInstrProfilingWriter.c241 COMPILER_RT_VISIBILITY int lprofWriteData(ProfDataWriter *Writer, in lprofWriteData() function
H A DInstrProfilingFile.c353 RetVal = lprofWriteData(&fileWriter, lprofGetVPDataReader(), MergeDone); in writeFile()
620 if (lprofWriteData(&fileWriter, NULL, 0)) { in writeMMappedFile()