Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOffloadBundler.h49 std::vector<std::string> OutputFileNames; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp667 ObjcopyArgs.push_back(BundlerConfig.OutputFileNames.front()); in finalizeOutputFile()
1226 raw_fd_ostream OutputFile(BundlerConfig.OutputFileNames.front(), EC, in BundleFiles()
1229 return createFileError(BundlerConfig.OutputFileNames.front(), EC); in BundleFiles()
1286 auto Output = BundlerConfig.OutputFileNames.begin(); in UnbundleFiles()
1503 auto Output = BundlerConfig.OutputFileNames.begin(); in UnbundleArchive()