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

References

projects/compiler-rt/lib/profile/InstrProfData.inc
  432   ValueProfData *(*AllocValueProfData)(size_t TotalSizeInBytes);
  436 getFirstValueProfRecord(ValueProfData *VPD);
  522 ValueProfRecord *getFirstValueProfRecord(ValueProfData *This) {
  523   return (ValueProfRecord *)((char *)This + sizeof(ValueProfData));
  535   uint32_t TotalSize = sizeof(ValueProfData);
  577 INSTR_PROF_VISIBILITY ValueProfData *
  579                            ValueProfData *DstData) {
  584   ValueProfData *VPD =
projects/compiler-rt/lib/profile/InstrProfilingMerge.c
   20 void (*VPMergeHook)(ValueProfData *, __llvm_profile_data *);
   91   ValueProfData *SrcValueProfDataStart, *SrcValueProfData;
projects/compiler-rt/lib/profile/InstrProfilingWriter.c
  123   ValueProfData VPHeader;
  149                          sizeof(ValueProfData)))