xref: /freebsd/contrib/llvm-project/lld/COFF/MapFile.h (revision bdd1243df58e60e85101c09001d9812a789b6bc4)
10b57cec5SDimitry Andric //===- MapFile.h ------------------------------------------------*- C++ -*-===//
20b57cec5SDimitry Andric //
30b57cec5SDimitry Andric // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
40b57cec5SDimitry Andric // See https://llvm.org/LICENSE.txt for license information.
50b57cec5SDimitry Andric // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
60b57cec5SDimitry Andric //
70b57cec5SDimitry Andric //===----------------------------------------------------------------------===//
80b57cec5SDimitry Andric 
90b57cec5SDimitry Andric #ifndef LLD_COFF_MAPFILE_H
100b57cec5SDimitry Andric #define LLD_COFF_MAPFILE_H
110b57cec5SDimitry Andric 
12*bdd1243dSDimitry Andric namespace lld::coff {
13349cc55cSDimitry Andric class COFFLinkerContext;
14349cc55cSDimitry Andric void writeMapFile(COFFLinkerContext &ctx);
150b57cec5SDimitry Andric }
160b57cec5SDimitry Andric 
170b57cec5SDimitry Andric #endif
18