Home
last modified time | relevance | path

Searched refs:FileToVector (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp41 Unit FileToVector(const std::string &Path, size_t MaxSize, bool ExitOnError) { in FileToVector() function
114 auto S = FileToVector(X, MaxSize, ExitOnError); in ReadDirToVectorOfUnits()
H A DFuzzerDataFlowTrace.cpp173 CorporaHashes.insert(Hash(FileToVector(SF.File))); in Init()
267 auto OutPath = DirPlusFile(DirPath, Hash(FileToVector(F.File))); in CollectDataFlow()
H A DFuzzerDriver.cpp325 Unit U = FileToVector(InputFilePath); in RunOneTest()
377 auto U = FileToVector(CurrentFilePath); in CleanseCrashInput()
434 Unit U = FileToVector(CurrentFilePath); in MinimizeCrashInput()
497 Unit U = FileToVector(InputFilePath); in MinimizeCrashInputInternalStep()
531 F->WriteToOutputCorpus(FileToVector(Path, Options.MaxLen)); in Merge()
H A DFuzzerIO.h20 Unit FileToVector(const std::string &Path, size_t MaxSize = 0,
H A DFuzzerFork.cpp211 auto FeatureBytes = FileToVector(FeatureFile, 0, false); in RunOneMergeJob()
239 auto U = FileToVector(Path); in RunOneMergeJob()
H A DFuzzerLoop.cpp827 auto U = FileToVector(SF.File, MaxInputLen, /*ExitOnError=*/false); in ReadAndExecuteSeedCorpora()
879 !FileToVector(Options.StopFile, 1, false).empty()) in Loop()
H A DFuzzerMerge.cpp228 auto U = FileToVector(M.Files[i].Name); in CrashResistantMergeInternalStep()