Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h62 std::string MutationGraphFile; member
H A DFuzzerLoop.cpp475 static void WriteEdgeToMutationGraphFile(const std::string &MutationGraphFile, in WriteEdgeToMutationGraphFile() argument
479 if (MutationGraphFile.empty()) in WriteEdgeToMutationGraphFile()
503 AppendToFile(OutputString, MutationGraphFile); in WriteEdgeToMutationGraphFile()
542 WriteEdgeToMutationGraphFile(Options.MutationGraphFile, NewII, II, in RunOne()
H A DFuzzerDriver.cpp765 Options.MutationGraphFile = Flags.mutation_graph_file; in FuzzerDriver()