Searched refs:VPDataReaderType (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/profile/ |
D | InstrProfilingInternal.h | 111 typedef struct VPDataReaderType { struct 134 } VPDataReaderType; argument 137 VPDataReaderType *VPDataReader); 143 VPDataReaderType *VPDataReader, const char *NamesBegin, 151 VPDataReaderType *lprofGetVPDataReader();
|
D | InstrProfilingWriter.c | 114 VPDataReaderType *VPDataReader, in writeOneValueProfData() 205 VPDataReaderType *VPDataReader, in writeValueProfData() 230 VPDataReaderType *VPDataReader) { in lprofWriteData() 248 VPDataReaderType *VPDataReader, const char *NamesBegin, in lprofWriteDataImpl()
|
D | InstrProfilingValue.c | 320 static VPDataReaderType TheVPDataReader = { 325 COMPILER_RT_VISIBILITY VPDataReaderType *lprofGetVPDataReader() { in lprofGetVPDataReader()
|
/external/llvm-project/compiler-rt/lib/profile/ |
D | InstrProfilingInternal.h | 123 typedef struct VPDataReaderType { struct 146 } VPDataReaderType; argument 150 int lprofWriteData(ProfDataWriter *Writer, VPDataReaderType *VPDataReader, 157 VPDataReaderType *VPDataReader, const char *NamesBegin, 165 VPDataReaderType *lprofGetVPDataReader();
|
D | InstrProfilingWriter.c | 127 VPDataReaderType *VPDataReader, in writeOneValueProfData() 218 VPDataReaderType *VPDataReader, in writeValueProfData() 242 VPDataReaderType *VPDataReader, in lprofWriteData() 260 VPDataReaderType *VPDataReader, const char *NamesBegin, in lprofWriteDataImpl()
|
D | InstrProfilingValue.c | 351 static VPDataReaderType TheVPDataReader = { 356 COMPILER_RT_VISIBILITY VPDataReaderType *lprofGetVPDataReader() { in lprofGetVPDataReader()
|