Searched refs:lprofWriteData (Results 1 – 5 of 5) sorted by relevance
/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingInternal.h | 153 int lprofWriteData(ProfDataWriter *Writer, VPDataReaderType *VPDataReader,
|
H A D | InstrProfilingPlatformFuchsia.c | 152 if (lprofWriteData(&VMOWriter, 0, 0) != 0) { in __llvm_profile_initialize()
|
H A D | InstrProfilingBuffer.c | 240 return lprofWriteData(&BufferWriter, 0, 0); in __llvm_profile_write_buffer()
|
H A D | InstrProfilingWriter.c | 241 COMPILER_RT_VISIBILITY int lprofWriteData(ProfDataWriter *Writer, in lprofWriteData() function
|
H A D | InstrProfilingFile.c | 562 RetVal = lprofWriteData(&fileWriter, lprofGetVPDataReader(), MergeDone); 1288 if (lprofWriteData(&fileWriter, 0, 0)) {
|