OSDN Git Service

Add a DWARFContext& member in DWARFUnit.
authorFrederic Riss <friss@apple.com>
Thu, 4 Sep 2014 06:14:28 +0000 (06:14 +0000)
committerFrederic Riss <friss@apple.com>
Thu, 4 Sep 2014 06:14:28 +0000 (06:14 +0000)
commita1f7715ef94dfc415dce9ecd27bae6c0ff2cbac3
tree11c9fa79c67597924f216168843c81783f3f49f9
parent21797d6cd65e2133ce0cc401cbb3e6cf151a1ec8
Add a DWARFContext& member in DWARFUnit.

The DWARFContext will be used to pass global 'context' down, like
pointers to related debug info sections or command line options.
The first use will be for the debug_info dumper to be able to access
other debug info section to dump eg. Location Expression inline
in the debug_info dump.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217128 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/DWARFCompileUnit.h
lib/DebugInfo/DWARFContext.cpp
lib/DebugInfo/DWARFTypeUnit.h
lib/DebugInfo/DWARFUnit.cpp
lib/DebugInfo/DWARFUnit.h