Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingInternal.h123 typedef struct VPDataReaderType { struct
146 } VPDataReaderType; argument
150 int lprofWriteData(ProfDataWriter *Writer, VPDataReaderType *VPDataReader,
157 VPDataReaderType *VPDataReader, const char *NamesBegin,
165 VPDataReaderType *lprofGetVPDataReader();
H A DInstrProfilingWriter.c127 VPDataReaderType *VPDataReader, in writeOneValueProfData()
218 VPDataReaderType *VPDataReader, in writeValueProfData()
242 VPDataReaderType *VPDataReader, in lprofWriteData()
260 VPDataReaderType *VPDataReader, const char *NamesBegin, in lprofWriteDataImpl()
H A DInstrProfilingValue.c351 static VPDataReaderType TheVPDataReader = {
356 COMPILER_RT_VISIBILITY VPDataReaderType *lprofGetVPDataReader() { in lprofGetVPDataReader()