Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h63 std::string MutationGraphFile; member
H A DFuzzerLoop.cpp480 static void WriteEdgeToMutationGraphFile(const std::string &MutationGraphFile, in WriteEdgeToMutationGraphFile() argument
484 if (MutationGraphFile.empty()) in WriteEdgeToMutationGraphFile()
508 AppendToFile(OutputString, MutationGraphFile); in WriteEdgeToMutationGraphFile()
547 WriteEdgeToMutationGraphFile(Options.MutationGraphFile, NewII, II, in RunOne()
H A DFuzzerDriver.cpp768 Options.MutationGraphFile = Flags.mutation_graph_file; in FuzzerDriver()