| commit | 01b48a84dc9c4a2de9335cc717ee781cbd30450d | [log] [tgz] |
|---|---|---|
| author | David Blaikie <dblaikie@gmail.com> | Thu Oct 09 16:50:53 2014 +0000 |
| committer | David Blaikie <dblaikie@gmail.com> | Thu Oct 09 16:50:53 2014 +0000 |
| tree | 652dff77a35d323b3c365ca7aa2be37c55f38c71 | |
| parent | 20c1c890b3ce356b01f69aed8378f2ae6bc799d3 [diff] |
Sink DwarfDebug::constructInlinedScopeDIE into DwarfCompileUnit This introduces access to the AbstractSPDies map from DwarfDebug so DwarfCompileUnit can access it. Eventually this'll sink down to DwarfFile, but it'll still be generically accessible - not much encapsulation to provide it. (constructInlinedScopeDIE could stay further up, in DwarfFile to avoid exposing this - but I don't think that's particularly better) llvm-svn: 219411