blob: b271f627df570ef6be93d8767ecbc53118f2e195 [file] [log] [blame]
Rafael Espindola1ebfc592017-01-13 21:05:461//===- MapFile.h ------------------------------------------------*- C++ -*-===//
2//
Chandler Carruth2946cd72019-01-19 08:50:563// 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
Rafael Espindola1ebfc592017-01-13 21:05:466//
7//===----------------------------------------------------------------------===//
8
9#ifndef LLD_ELF_MAPFILE_H
10#define LLD_ELF_MAPFILE_H
11
Nico Weber87248ba2022-08-10 19:31:5812namespace lld::elf {
Fangrui Song1ce51a52021-11-29 22:14:5313void writeMapAndCref();
Nico Weber87248ba2022-08-10 19:31:5814}
Rafael Espindola1ebfc592017-01-13 21:05:4615
16#endif