Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOffloadBundler.h52 std::vector<std::string> OutputFileNames; variable
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp679 ObjcopyArgs.push_back(BundlerConfig.OutputFileNames.front()); in finalizeOutputFile()
1363 raw_fd_ostream OutputFile(BundlerConfig.OutputFileNames.front(), EC, in BundleFiles()
1366 return createFileError(BundlerConfig.OutputFileNames.front(), EC); in BundleFiles()
1425 auto Output = BundlerConfig.OutputFileNames.begin(); in UnbundleFiles()
1642 auto Output = BundlerConfig.OutputFileNames.begin(); in UnbundleArchive()