llvm/tools/llvm-rtdyld
Rafael Espindola ee809acd59 Use delegation instead of inheritance.
This changes DwarfContext to delegate to DwarfObject instead of having
pure virtual methods.

With this DwarfContextInMemory is replaced with an implementation of
DwarfObject that is local to a .cpp file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308543 91177308-0d34-0410-b5e6-96231b3b80d8
2017-07-19 22:27:28 +00:00
..
CMakeLists.txt
llvm-rtdyld.cpp Use delegation instead of inheritance. 2017-07-19 22:27:28 +00:00
LLVMBuild.txt