Home
last modified time | relevance | path

Searched defs:InputFileNames (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp66 static cl::list<std::string> InputFileNames(cl::Positional, variable
170 std::vector<std::string> InputFileNames = Args.getAllArgValues(OPT_INPUT); in main() local