Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingInternal.h126 typedef struct VPDataReaderType { struct
149 } VPDataReaderType; argument
153 int lprofWriteData(ProfDataWriter *Writer, VPDataReaderType *VPDataReader,
160 VPDataReaderType *VPDataReader, const char *NamesBegin,
170 VPDataReaderType *lprofGetVPDataReader();
H A DInstrProfilingWriter.c127 VPDataReaderType *VPDataReader, in writeOneValueProfData()
218 VPDataReaderType *VPDataReader, in writeValueProfData()
242 VPDataReaderType *VPDataReader, in lprofWriteData()
268 VPDataReaderType *VPDataReader, const char *NamesBegin, in lprofWriteDataImpl()
H A DInstrProfilingValue.c363 static VPDataReaderType TheVPDataReader = { in lprofGetVPDataReader()
368 COMPILER_RT_VISIBILITY VPDataReaderType *lprofGetVPDataReader(void) {