Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp654 SmallVector<StringRef, 8u> ObjcopyArgs{"llvm-objcopy"}; in finalizeOutputFile() local
669 ObjcopyArgs.push_back( in finalizeOutputFile()
672 ObjcopyArgs.push_back( in finalizeOutputFile()
676 ObjcopyArgs.push_back("--"); in finalizeOutputFile()
677 ObjcopyArgs.push_back( in finalizeOutputFile()
679 ObjcopyArgs.push_back(BundlerConfig.OutputFileNames.front()); in finalizeOutputFile()
681 if (Error Err = executeObjcopy(BundlerConfig.ObjcopyPath, ObjcopyArgs)) in finalizeOutputFile()
718 SmallVector<StringRef, 16> ObjcopyArgs{"llvm-objcopy"}; in getHostBundle() local
720 ObjcopyArgs.push_back("--regex"); in getHostBundle()
721 ObjcopyArgs.push_back("--remove-section=__CLANG_OFFLOAD_BUNDLE__.*"); in getHostBundle()
[all …]