Home
last modified time | relevance | path

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

/external/llvm/lib/Fuzzer/
DFuzzerLoop.cpp300 if (!Options.ExactArtifactPath.empty()) in WriteUnitToFileWithPrefix()
301 Path = Options.ExactArtifactPath; // Overrides ArtifactPrefix. in WriteUnitToFileWithPrefix()
DFuzzerInternal.h96 std::string ExactArtifactPath; member
DFuzzerDriver.cpp276 Options.ExactArtifactPath = Flags.exact_artifact_path; in FuzzerDriver()