Home
last modified time | relevance | path

Searched refs:VPaths (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp103 std::vector<std::string> *VPaths) { in ReadDirToVectorOfUnits() argument
117 if (VPaths) in ReadDirToVectorOfUnits()
118 VPaths->push_back(X); in ReadDirToVectorOfUnits()
H A DFuzzerIO.h37 std::vector<std::string> *VPaths = 0);