Home
last modified time | relevance | path

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

/freebsd-src/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
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/
H A DOffloadBundler.h48 std::vector<std::string> InputFileNames; global() variable