Searched refs:MaxVals (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingInternal.h168 * tracked values per value site to be \p MaxVals.
170 void lprofSetMaxValsPerSite(uint32_t MaxVals);
H A DInstrProfilingValue.c51 COMPILER_RT_VISIBILITY void lprofSetMaxValsPerSite(uint32_t MaxVals) { argument
52 VPMaxNumValsPerSite = MaxVals;

Completed in 102 milliseconds