Lines Matching refs:fuzzer
19 #include "source/fuzz/fuzzer.h"
1018 // - Runs the fuzzer with |seed| to yield a set of transformations
1040 // Run the fuzzer and check that it successfully yields a valid binary.
1068 Fuzzer fuzzer(std::move(ir_context), std::move(transformation_context),
1072 auto fuzzer_result = fuzzer.Run(0);
1076 fuzzer.GetIRContext()->module()->ToBinary(&transformed_binary, true);
1085 fuzzer.GetTransformationSequence(),
1091 env, binary_in, initial_facts, fuzzer.GetTransformationSequence(),
1094 fuzzer.GetTransformationSequence().transformation_size()),
1101 env, binary_in, initial_facts, fuzzer.GetTransformationSequence(),
1108 env, binary_in, initial_facts, fuzzer.GetTransformationSequence(),
1155 // Do 2 fuzzer runs, starting from an initial seed of 194 (seed value chosen