Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingBuffer.c49 return lprofWriteData(lprofBufferWriter, Buffer, 0); in __llvm_profile_write_buffer()
DInstrProfilingInternal.h136 int lprofWriteData(WriterCallback Writer, void *WriterCtx,
DInstrProfilingWriter.c228 COMPILER_RT_VISIBILITY int lprofWriteData(WriterCallback Writer, in lprofWriteData() function
DInstrProfilingFile.c213 RetVal = lprofWriteData(fileWriter, OutputFile, lprofGetVPDataReader()); in writeFile()