Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingInternal.h165 VPDataReaderType *lprofGetVPDataReader();
H A DInstrProfilingValue.c356 COMPILER_RT_VISIBILITY VPDataReaderType *lprofGetVPDataReader() { in lprofGetVPDataReader() function
H A DInstrProfilingFile.c353 RetVal = lprofWriteData(&fileWriter, lprofGetVPDataReader(), MergeDone); in writeFile()