Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h45 std::string ExactArtifactPath; member
H A DFuzzerLoop.cpp561 if (!Options.ExactArtifactPath.empty()) in WriteUnitToFileWithPrefix()
562 Path = Options.ExactArtifactPath; // Overrides ArtifactPrefix. in WriteUnitToFileWithPrefix()
H A DFuzzerDriver.cpp605 Options.ExactArtifactPath = Flags.exact_artifact_path; in FuzzerDriver()