]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm/tools/lld/COFF/MarkLive.h
Merge clang 7.0.1 and several follow-up changes
[FreeBSD/FreeBSD.git] / contrib / llvm / tools / lld / COFF / MarkLive.h
1 //===- MarkLive.h -----------------------------------------------*- C++ -*-===//
2 //
3 //                             The LLVM Linker
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9
10 #ifndef LLD_COFF_MARKLIVE_H
11 #define LLD_COFF_MARKLIVE_H
12
13 #include "lld/Common/LLVM.h"
14 #include "llvm/ADT/ArrayRef.h"
15
16 namespace lld {
17 namespace coff {
18
19 void markLive(ArrayRef<Chunk *> Chunks);
20
21 } // namespace coff
22 } // namespace lld
23
24 #endif // LLD_COFF_MARKLIVE_H