Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-strings/
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()
/external/llvm-project/clang/tools/clang-offload-bundler/
DClangOffloadBundler.cpp61 InputFileNames("inputs", cl::CommaSeparated, cl::OneOrMore, variable
557 StringRef InputFile = InputFileNames[I]; in WriteBundleEnd()
573 ObjcopyArgs.push_back(InputFileNames[HostInputIndex]); in WriteBundleEnd()
780 InputBuffers.reserve(InputFileNames.size()); in BundleFiles()
781 for (auto &I : InputFileNames) { in BundleFiles()
822 MemoryBuffer::getFileOrSTDIN(InputFileNames.front()); in UnbundleFiles()
824 return createFileError(InputFileNames.front(), EC); in UnbundleFiles()
946 if (InputFileNames.size() != 1) { in main()
965 if (InputFileNames.size() != TargetNames.size()) { in main()