Searched refs:Objcopy (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/ |
| H A D | ClangOffloadBundler.cpp | 584 ErrorOr<std::string> Objcopy = sys::findProgramByName( in WriteBundleEnd() local 586 if (!Objcopy) in WriteBundleEnd() 587 Objcopy = sys::findProgramByName("llvm-objcopy"); in WriteBundleEnd() 588 if (!Objcopy) in WriteBundleEnd() 589 return createStringError(Objcopy.getError(), in WriteBundleEnd() 628 if (Error Err = executeObjcopy(*Objcopy, ObjcopyArgs)) in WriteBundleEnd() 639 static Error executeObjcopy(StringRef Objcopy, ArrayRef<StringRef> Args) { in executeObjcopy() argument 643 errs() << "\"" << Objcopy << "\""; in executeObjcopy() 648 if (sys::ExecuteAndWait(Objcopy, Args)) in executeObjcopy()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ |
| H A D | ConfigManager.cpp | 436 enum class ToolType { Objcopy, Strip, InstallNameTool, BitcodeStrip }; enumerator 444 case ToolType::Objcopy: in printHelp() 674 printHelp(T, errs(), ToolType::Objcopy); in parseObjcopyOptions() 679 printHelp(T, outs(), ToolType::Objcopy); in parseObjcopyOptions()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | NEWS | 374 * Objcopy now supports wildcard characters in command-line options that take
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | NEWS | 471 * Objcopy now supports wildcard characters in command-line options that take
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 160239 Objcopy was used to create a binary file of just the executable code
|