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

Declarations

projects/compiler-rt/lib/profile/InstrProfilingInternal.h
  183 COMPILER_RT_VISIBILITY extern uint32_t VPMaxNumValsPerSite;

References

projects/compiler-rt/lib/profile/InstrProfilingValue.c
   44     VPMaxNumValsPerSite = atoi(Str);
   47   if (VPMaxNumValsPerSite > INSTR_PROF_MAX_NUM_VAL_PER_SITE)
   48     VPMaxNumValsPerSite = INSTR_PROF_MAX_NUM_VAL_PER_SITE;
   52   VPMaxNumValsPerSite = MaxVals;
   91     VPMaxNumValsPerSite = INSTR_PROF_MAX_NUM_VAL_PER_SITE;
  167   if (VDataCount >= VPMaxNumValsPerSite) {