Home
last modified time | relevance | path

Searched refs:ClRandomSkipRate (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp191 ClRandomSkipRate("hwasan-random-rate", variable
297 this->Rng = ClRandomSkipRate.getNumOccurrences() ? M.createRNG(DEBUG_TYPE) in HWAddressSanitizer()
1532 if (ClRandomSkipRate.getNumOccurrences()) { in selectiveInstrumentationShouldSkip()
1533 std::bernoulli_distribution D(ClRandomSkipRate); in selectiveInstrumentationShouldSkip()