summaryrefslogtreecommitdiffstats
path: root/lld/ELF/Writer.h
blob: f60ac89da2d3bf60e9c4be5fb5d5e0101a1d259c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//===- Writer.h -------------------------------------------------*- C++ -*-===//
//
//                             The LLVM Linker
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

#ifndef LLD_ELF_WRITER_H
#define LLD_ELF_WRITER_H

namespace lld {
namespace elf {

template <class ELFT> class SymbolTable;

template <class ELFT> void writeResult(SymbolTable<ELFT> *Symtab);

template <class ELFT> void markLive();
}
}

#endif
OpenPOWER on IntegriCloud