Home
last modified time | relevance | path

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

/external/llvm/lib/Fuzzer/
DFuzzerIO.cpp30 Unit FileToVector(const std::string &Path) { in FileToVector() function
55 V->push_back(FileToVector(DirPlusFile(Path, X))); in ReadDirToVectorOfUnits()
DFuzzerInternal.h27 Unit FileToVector(const std::string &Path);
DFuzzerDriver.cpp177 Unit U = FileToVector(InputFilePath); in ApplyTokens()