Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/clang-offload-bundler/
DClangOffloadBundler.cpp555 SmallVector<StringRef, 8u> ObjcopyArgs{"llvm-objcopy"}; in WriteBundleEnd() local
569 ObjcopyArgs.push_back(SS.save(Twine("--add-section=") + in WriteBundleEnd()
573 ObjcopyArgs.push_back(InputFileNames[HostInputIndex]); in WriteBundleEnd()
574 ObjcopyArgs.push_back(IntermediateObj); in WriteBundleEnd()
576 if (Error Err = executeObjcopy(*Objcopy, ObjcopyArgs)) in WriteBundleEnd()
580 ObjcopyArgs.resize(1); in WriteBundleEnd()
582 ObjcopyArgs.push_back(SS.save(Twine("--set-section-flags=") + in WriteBundleEnd()
585 ObjcopyArgs.push_back(IntermediateObj); in WriteBundleEnd()
586 ObjcopyArgs.push_back(OutputFileNames.front()); in WriteBundleEnd()
588 if (Error Err = executeObjcopy(*Objcopy, ObjcopyArgs)) in WriteBundleEnd()