OSDN Git Service

Make all static functions become static class methods. Move shared (duplicated) funct...
authorJan Sjödin <jan_sjodin@yahoo.com>
Mon, 28 Feb 2011 21:45:04 +0000 (21:45 +0000)
committerJan Sjödin <jan_sjodin@yahoo.com>
Mon, 28 Feb 2011 21:45:04 +0000 (21:45 +0000)
commit2ddfd95d40e07f5fdf179a16e15a5d7c131837d8
treeca8b1775e0474be149955ec231ceac3f69207e23
parent69732892087e70182d863cc72453be30f31b7793
Make all static functions become static class methods. Move shared (duplicated) functions to new MCELF class.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126686 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/CMakeLists.txt
lib/MC/ELFObjectWriter.cpp
lib/MC/MCELF.cpp [new file with mode: 0644]
lib/MC/MCELF.h [new file with mode: 0644]
lib/MC/MCELFStreamer.cpp