Make functions and member variables distinguishable even after the name style change...
authorRui Ueyama <ruiu@google.com>
Wed, 10 Jul 2019 09:10:01 +0000 (09:10 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 10 Jul 2019 09:10:01 +0000 (09:10 +0000)
commit7e296adec7ad9506ed8dd1e434ef230d134e17a8
tree956fe6f56edf2d28680abfe675d3f8299b325ade
parented143c5d59bd1aba4a43ccaf4b77fbe1544d48f6
Make functions and member variables distinguishable even after the name style change. NFC.

llvm-svn: 365605
14 files changed:
lld/COFF/Chunks.cpp
lld/COFF/Chunks.h
lld/COFF/Driver.cpp
lld/COFF/InputFiles.cpp
lld/COFF/SymbolTable.cpp
lld/COFF/Symbols.h
lld/COFF/Writer.cpp
lld/wasm/InputChunks.h
lld/wasm/OutputSections.cpp
lld/wasm/OutputSections.h
lld/wasm/SymbolTable.cpp
lld/wasm/SyntheticSections.cpp
lld/wasm/SyntheticSections.h
lld/wasm/Writer.cpp