Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp198 ClRandomKeepRate("hwasan-random-rate", variable
307 this->Rng = ClRandomKeepRate.getNumOccurrences() ? M.createRNG(DEBUG_TYPE) in HWAddressSanitizer()
1565 if (!ClRandomKeepRate.getNumOccurrences()) in selectiveInstrumentationShouldSkip()
1567 std::bernoulli_distribution D(ClRandomKeepRate); in selectiveInstrumentationShouldSkip()