Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/clang-offload-bundler/
DClangOffloadBundler.cpp65 OutputFileNames("outputs", cl::CommaSeparated, cl::OneOrMore, variable
586 ObjcopyArgs.push_back(OutputFileNames.front()); in WriteBundleEnd()
774 raw_fd_ostream OutputFile(OutputFileNames.front(), EC, sys::fs::OF_None); in BundleFiles()
776 return createFileError(OutputFileNames.front(), EC); in BundleFiles()
843 auto Output = OutputFileNames.begin(); in UnbundleFiles()
952 if (OutputFileNames.size() != TargetNames.size()) { in main()
959 if (OutputFileNames.size() != 1) { in main()