Home
last modified time | relevance | path

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

/external/llvm/lib/Fuzzer/
DFuzzerIO.cpp63 Unit FileToVector(const std::string &Path, size_t MaxSize) { in FileToVector() function
111 V->push_back(FileToVector(X, MaxSize)); in ReadDirToVectorOfUnits()
DFuzzerInternal.h87 Unit FileToVector(const std::string &Path, size_t MaxSize = 0);
DFuzzerDriver.cpp254 Unit U = FileToVector(InputFilePath); in RunOneTest()