Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h53 bool EntropicScalePerExecTime = false; member
H A DFuzzerDriver.cpp778 Options.EntropicScalePerExecTime = Flags.entropic_scale_per_exec_time; in FuzzerDriver()
790 Entropic.ScalePerExecTime = Options.EntropicScalePerExecTime; in FuzzerDriver()