Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-strings/
Dllvm-strings.cpp28 static cl::list<std::string> InputFileNames(cl::Positional, variable
104 if (InputFileNames.empty()) in main()
105 InputFileNames.push_back("-"); in main()
107 for (const auto &File : InputFileNames) { in main()