Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp27 static cl::list<std::string> InputFileNames(cl::Positional, variable
106 if (InputFileNames.empty()) in main()
107 InputFileNames.push_back("-"); in main()
109 for (const auto &File : InputFileNames) { in main()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp62 InputFileNames("inputs", cl::CommaSeparated, cl::OneOrMore, variable
605 StringRef InputFile = InputFileNames[I]; in WriteBundleEnd()
625 ObjcopyArgs.push_back(InputFileNames[HostInputIndex]); in WriteBundleEnd()
832 InputBuffers.reserve(InputFileNames.size()); in BundleFiles()
833 for (auto &I : InputFileNames) { in BundleFiles()
895 MemoryBuffer::getFileOrSTDIN(InputFileNames.front()); in UnbundleFiles()
897 return createFileError(InputFileNames.front(), EC); in UnbundleFiles()
1056 if (InputFileNames.size() != 1) { in main()
1069 doWork([]() { return ListBundleIDsInFile(InputFileNames.front()); }); in main()
1084 if (InputFileNames.size() != 1) { in main()
[all …]