Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp89 OutputFileNamesDeprecatedOpt("outputs", cl::CommaSeparated, in main() local
228 OutputFileNamesDeprecatedOpt.getNumOccurrences() != 0) { in main()
234 if (OutputFileNamesDeprecatedOpt.size()) { in main()
238 s.insert(s.end(), OutputFileNamesDeprecatedOpt.begin(), in main()
239 OutputFileNamesDeprecatedOpt.end()); in main()