Rename `Symtab` private memory to avoid confusion with global `Symtab`
authorSam Clegg <sbc@chromium.org>
Mon, 27 Nov 2017 23:16:06 +0000 (23:16 +0000)
committerSam Clegg <sbc@chromium.org>
Mon, 27 Nov 2017 23:16:06 +0000 (23:16 +0000)
commita80d94d52b370ce714bd2f71f1f6cb40229db65b
treee2ee934e9a7fadfc92690ba25e4ffd73ddf1f28f
parent00e0df26c386a3eb5b1a4cda6b6da0117c089b45
Rename `Symtab` private memory to avoid confusion with global `Symtab`

This is also consistent with SymVector that exists in COFF port
and soon to be added to the wasm port.

Split off as part of https://reviews.llvm.org/D40371

Differential Revision: https://reviews.llvm.org/D40525

llvm-svn: 319113
lld/COFF/SymbolTable.cpp
lld/COFF/SymbolTable.h
lld/ELF/SymbolTable.cpp
lld/ELF/SymbolTable.h
lld/wasm/SymbolTable.cpp
lld/wasm/SymbolTable.h