1 //===- COFFObjcopy.h --------------------------------------------*- C++ -*-===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 #ifndef LLVM_TOOLS_OBJCOPY_COFFOBJCOPY_H
10 #define LLVM_TOOLS_OBJCOPY_COFFOBJCOPY_H
17 } // end namespace object
24 Error
executeObjcopyOnBinary(const CopyConfig
&Config
,
25 object::COFFObjectFile
&In
, Buffer
&Out
);
27 } // end namespace coff
28 } // end namespace objcopy
29 } // end namespace llvm
31 #endif // LLVM_TOOLS_OBJCOPY_COFFOBJCOPY_H