reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/profile/InstrProfData.inc
  430   void (*GetValueForSite)(const void *R, InstrProfValueData *Dst, uint32_t K,
  439 INSTR_PROF_VISIBILITY InstrProfValueData *
  483          sizeof(InstrProfValueData) * NumValueData;
  490 InstrProfValueData *getValueProfRecordValueData(ValueProfRecord *This) {
  560   InstrProfValueData *DstVD = getValueProfRecordValueData(This);
projects/compiler-rt/lib/profile/InstrProfilingMergeFile.c
   27   InstrProfValueData *VData;
projects/compiler-rt/lib/profile/InstrProfilingValue.c
  344                                         InstrProfValueData *Dst,
projects/compiler-rt/lib/profile/InstrProfilingWriter.c
   25 static InstrProfValueData VPDataArray[16];
  200                                NRead * sizeof(InstrProfValueData)))