Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingInternal.h117 typedef struct VPDataReaderType { struct
140 } VPDataReaderType; argument
144 int lprofWriteData(ProfDataWriter *Writer, VPDataReaderType *VPDataReader,
151 VPDataReaderType *VPDataReader, const char *NamesBegin,
159 VPDataReaderType *lprofGetVPDataReader();
H A DInstrProfilingWriter.c121 VPDataReaderType *VPDataReader, in writeOneValueProfData()
212 VPDataReaderType *VPDataReader, in writeValueProfData()
236 VPDataReaderType *VPDataReader, in lprofWriteData()
254 VPDataReaderType *VPDataReader, const char *NamesBegin, in lprofWriteDataImpl()
H A DInstrProfilingValue.c365 static VPDataReaderType TheVPDataReader = {
370 COMPILER_RT_VISIBILITY VPDataReaderType *lprofGetVPDataReader() { in lprofGetVPDataReader()