Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp76 OutputFileNames("output", variable
722 ObjcopyArgs.push_back(OutputFileNames.front()); in WriteBundleEnd()
925 return createFileError(OutputFileNames.front(), EC); in BundleFiles()
1014 auto Output = OutputFileNames.begin(); in UnbundleFiles()
1198 auto Output = OutputFileNames.begin(); in UnbundleArchive()
1416 if (OutputFileNames.getNumOccurrences() != 0 && in main()
1425 std::vector<std::string> &s = OutputFileNames; in main()
1440 if (OutputFileNames.size()) { in main()
1453 if (OutputFileNames.size() == 0) { in main()
1468 if (OutputFileNames.size() != TargetNames.size()) { in main()
[all …]