xref: /freebsd/contrib/llvm-project/lld/ELF/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_ELF_MAPFILE_H
100b57cec5SDimitry Andric #define LLD_ELF_MAPFILE_H
110b57cec5SDimitry Andric 
12*bdd1243dSDimitry Andric namespace lld::elf {
134824e7fdSDimitry Andric void writeMapAndCref();
14*bdd1243dSDimitry Andric }
150b57cec5SDimitry Andric 
160b57cec5SDimitry Andric #endif
17