Searched refs:Objcopy (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/tools/clang-offload-bundler/ |
D | ClangOffloadBundler.cpp | 530 ErrorOr<std::string> Objcopy = sys::findProgramByName( in WriteBundleEnd() local 532 if (!Objcopy) in WriteBundleEnd() 533 Objcopy = sys::findProgramByName("llvm-objcopy"); in WriteBundleEnd() 534 if (!Objcopy) in WriteBundleEnd() 535 return createStringError(Objcopy.getError(), in WriteBundleEnd() 576 if (Error Err = executeObjcopy(*Objcopy, ObjcopyArgs)) in WriteBundleEnd() 588 if (Error Err = executeObjcopy(*Objcopy, ObjcopyArgs)) in WriteBundleEnd() 599 static Error executeObjcopy(StringRef Objcopy, ArrayRef<StringRef> Args) { in executeObjcopy() argument 603 errs() << "\"" << Objcopy << "\""; in executeObjcopy() 608 if (sys::ExecuteAndWait(Objcopy, Args)) in executeObjcopy()
|
/external/llvm-project/llvm/tools/llvm-objcopy/ |
D | CopyConfig.cpp | 435 enum class ToolType { Objcopy, Strip, InstallNameTool, BitcodeStrip }; enumerator 443 case ToolType::Objcopy: in printHelp() 481 printHelp(T, errs(), ToolType::Objcopy); in parseObjcopyOptions() 486 printHelp(T, outs(), ToolType::Objcopy); in parseObjcopyOptions()
|