Searched defs:Objcopy (Results 1 – 2 of 2) sorted by relevance
407 enum class ToolType { Objcopy, Strip, InstallNameTool, BitcodeStrip }; enumerator
692 Error executeObjcopy(StringRef Objcopy, ArrayRef<StringRef> Args) { in executeObjcopy()