Home
last modified time | relevance | path

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

/external/llvm/lib/Fuzzer/
DFuzzerIO.cpp51 Unit FileToVector(const std::string &Path) { in FileToVector() function
85 V->push_back(FileToVector(FilePath)); in ReadDirToVectorOfUnits()
DFuzzerInternal.h30 Unit FileToVector(const std::string &Path);
DFuzzerDriver.cpp202 Unit U = FileToVector(InputFilePath); in RunOneTest()