Searched refs:EntropicOptions (Results 1 – 3 of 3) sorted by relevance
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerCorpus.h | 149 struct EntropicOptions { struct 163 EntropicOptions Entropic; argument 166 InputCorpus(const std::string &OutputCorpus, EntropicOptions Entropic) in InputCorpus()
|
H A D | FuzzerDriver.cpp | 788 struct EntropicOptions Entropic; in FuzzerDriver()
|
/llvm-project/compiler-rt/lib/fuzzer/tests/ |
H A D | FuzzerUnittest.cpp | 633 struct EntropicOptions Entropic = {false, 0xFF, 100, false}; in TEST() 657 struct EntropicOptions Entropic = {false, 0xFF, 100, false}; in TEST() 1369 struct EntropicOptions Entropic = {true, 0xFF, 100, false}; in TEST() 1406 struct EntropicOptions Entropic = {true, 0xFF, 100, false}; in TEST()
|