Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp82 OutputFileNamesDeprecatedOpt("outputs", cl::CommaSeparated, variable
1417 OutputFileNamesDeprecatedOpt.getNumOccurrences() != 0) { in main()
1422 if (OutputFileNamesDeprecatedOpt.size()) { in main()
1426 s.insert(s.end(), OutputFileNamesDeprecatedOpt.begin(), in main()
1427 OutputFileNamesDeprecatedOpt.end()); in main()