Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingPlatformFuchsia.c149 if (lprofWriteData(&VMOWriter, lprofGetVPDataReader(), 0) != 0) in dump()
H A DInstrProfilingInternal.h159 VPDataReaderType *lprofGetVPDataReader();
H A DInstrProfilingValue.c370 COMPILER_RT_VISIBILITY VPDataReaderType *lprofGetVPDataReader() { in lprofGetVPDataReader() function
H A DInstrProfilingFile.c258 RetVal = lprofWriteData(&fileWriter, lprofGetVPDataReader(), MergeDone); in writeFile()