Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingInternal.h111 typedef struct VPDataReaderType { struct
134 } VPDataReaderType; argument
137 VPDataReaderType *VPDataReader);
143 VPDataReaderType *VPDataReader, const char *NamesBegin,
151 VPDataReaderType *lprofGetVPDataReader();
DInstrProfilingWriter.c114 VPDataReaderType *VPDataReader, in writeOneValueProfData()
205 VPDataReaderType *VPDataReader, in writeValueProfData()
230 VPDataReaderType *VPDataReader) { in lprofWriteData()
248 VPDataReaderType *VPDataReader, const char *NamesBegin, in lprofWriteDataImpl()
DInstrProfilingValue.c320 static VPDataReaderType TheVPDataReader = {
325 COMPILER_RT_VISIBILITY VPDataReaderType *lprofGetVPDataReader() { in lprofGetVPDataReader()