Searched defs:Objcopy (Results 1 – 2 of 2) sorted by relevance
530 ErrorOr<std::string> Objcopy = sys::findProgramByName( in WriteBundleEnd() local599 static Error executeObjcopy(StringRef Objcopy, ArrayRef<StringRef> Args) { in executeObjcopy()
435 enum class ToolType { Objcopy, Strip, InstallNameTool, BitcodeStrip }; enumerator