Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp33 Unit FileToVector(const std::string &Path, size_t MaxSize, bool ExitOnError) { in FileToVector() function
106 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.cpp320 Unit U = FileToVector(InputFilePath); in RunOneTest()
372 auto U = FileToVector(CurrentFilePath); in CleanseCrashInput()
429 Unit U = FileToVector(CurrentFilePath); in MinimizeCrashInput()
492 Unit U = FileToVector(InputFilePath); in MinimizeCrashInputInternalStep()
526 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.cpp194 auto FeatureBytes = FileToVector(FeatureFile, 0, false); in RunOneMergeJob()
219 auto U = FileToVector(Path); in RunOneMergeJob()
H A DFuzzerLoop.cpp824 auto U = FileToVector(SF.File, MaxInputLen, /*ExitOnError=*/false); in ReadAndExecuteSeedCorpora()
869 !FileToVector(Options.StopFile, 1, false).empty()) in Loop()
H A DFuzzerMerge.cpp222 auto U = FileToVector(M.Files[i].Name); in CrashResistantMergeInternalStep()