Searched refs:executeObjcopy (Results 1 – 2 of 2) sorted by relevance
138 static Error executeObjcopy(ConfigManager &ConfigMgr) { in executeObjcopy() function252 if (Error E = executeObjcopy(ConfigMgr)) { in llvm_objcopy_main()
672 if (Error Err = executeObjcopy(BundlerConfig.ObjcopyPath, ObjcopyArgs)) in WriteBundleEnd()683 Error executeObjcopy(StringRef Objcopy, ArrayRef<StringRef> Args) { in executeObjcopy() function in __anon363a5eb30111::ObjectFileHandler