Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp73 static cl::list<std::string> InputFileNames(cl::Positional, global() variable
177 std::vector<std::string> InputFileNames = Args.getAllArgValues(OPT_INPUT); main() local
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOffloadBundler.h51 std::vector<std::string> InputFileNames; variable