Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp33 Unit FileToVector(const std::string &Path, size_t MaxSize, bool ExitOnError) { in FileToVector() function
83 auto S = FileToVector(X, MaxSize, ExitOnError); in ReadDirToVectorOfUnits()
H A DFuzzerIO.h21 Unit FileToVector(const std::string &Path, size_t MaxSize = 0,
H A DFuzzerDriver.cpp277 Unit U = FileToVector(InputFilePath); in RunOneTest()
328 auto U = FileToVector(CurrentFilePath); in CleanseCrashInput()
389 Unit U = FileToVector(CurrentFilePath); in MinimizeCrashInput()
453 Unit U = FileToVector(InputFilePath); in MinimizeCrashInputInternalStep()
H A DFuzzerMerge.cpp228 auto U = FileToVector(M.Files[i].Name); in CrashResistantMergeInternalStep()
384 WriteToOutputCorpus(FileToVector(F, MaxInputLen)); in CrashResistantMerge()
H A DFuzzerLoop.cpp743 auto U = FileToVector(SF.File, MaxInputLen, /*ExitOnError=*/false); in ReadAndExecuteSeedCorpora()