Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp584 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 DConfigManager.cpp436 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 DNEWS374 * Objcopy now supports wildcard characters in command-line options that take
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DNEWS471 * Objcopy now supports wildcard characters in command-line options that take
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git160239 Objcopy was used to create a binary file of just the executable code