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

References

projects/compiler-rt/lib/profile/InstrProfilingMerge.c
  105       SrcValueProfData = SrcValueProfDataStart;
  128     VPMergeHook(SrcValueProfData, DstData);
  129     SrcValueProfData = (ValueProfData *)((char *)SrcValueProfData +
  129     SrcValueProfData = (ValueProfData *)((char *)SrcValueProfData +
  130                                          SrcValueProfData->TotalSize);