Rafael Espindola | 1ebfc59 | 2017-01-13 21:05:46 | [diff] [blame] | 1 | //===- MapFile.h ------------------------------------------------*- C++ -*-===// |
| 2 | // |
Chandler Carruth | 2946cd7 | 2019-01-19 08:50:56 | [diff] [blame] | 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 |
Rafael Espindola | 1ebfc59 | 2017-01-13 21:05:46 | [diff] [blame] | 6 | // |
| 7 | //===----------------------------------------------------------------------===// |
| 8 | |
| 9 | #ifndef LLD_ELF_MAPFILE_H |
| 10 | #define LLD_ELF_MAPFILE_H |
| 11 | |
Nico Weber | 87248ba | 2022-08-10 19:31:58 | [diff] [blame] | 12 | namespace lld::elf { |
Fangrui Song | 1ce51a5 | 2021-11-29 22:14:53 | [diff] [blame] | 13 | void writeMapAndCref(); |
Nico Weber | 87248ba | 2022-08-10 19:31:58 | [diff] [blame] | 14 | } |
Rafael Espindola | 1ebfc59 | 2017-01-13 21:05:46 | [diff] [blame] | 15 | |
| 16 | #endif |