diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2009-06-22 19:29:56 +0000 |
---|---|---|
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2009-06-22 19:29:56 +0000 |
commit | c236a345c754aa27c95a037ad517271ac73d2456 (patch) | |
tree | d0d43f7cb1b6f52b077e4091848f9c1094b39398 /lib/CodeGen/ELFWriter.h | |
parent | 0d3193ef3ce7377eeaa1d38ca08f8a62ebcd5f63 (diff) |
Use different functions to emit the string and symbol tables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73895 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/ELFWriter.h')
-rw-r--r-- | lib/CodeGen/ELFWriter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/ELFWriter.h b/lib/CodeGen/ELFWriter.h index c713e33118..ae3939f204 100644 --- a/lib/CodeGen/ELFWriter.h +++ b/lib/CodeGen/ELFWriter.h @@ -207,6 +207,7 @@ namespace llvm { void EmitSectionTableStringTable(); void EmitSymbol(BinaryObject &SymbolTable, ELFSym &Sym); void EmitSymbolTable(); + void EmitStringTable(); void OutputSectionsAndSectionTable(); }; } |