diff options
author | Devang Patel <dpatel@apple.com> | 2011-08-15 17:24:54 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-08-15 17:24:54 +0000 |
commit | 895437142a3700af9559516810a7086d11940aad (patch) | |
tree | cd1acefa9bb4726ccf5c56430c374163c6c8a0d7 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
parent | 052fd9349f9b4f9421cfcf9a2d0b42cb74db932d (diff) | |
download | bcm5719-llvm-895437142a3700af9559516810a7086d11940aad.tar.gz bcm5719-llvm-895437142a3700af9559516810a7086d11940aad.zip |
Refactor. A subprogram is part of compile unit so let CompileUnit construct new subprogram.
llvm-svn: 137618
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index a8c9ee2699b..178c903666f 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -229,11 +229,6 @@ class DwarfDebug { /// (at the end of the module) as DW_AT_inline. SmallPtrSet<DIE *, 4> InlinedSubprogramDIEs; - /// ContainingTypeMap - This map is used to keep track of subprogram DIEs that - /// need DW_AT_containing_type attribute. This attribute points to a DIE that - /// corresponds to the MDNode mapped with the subprogram DIE. - DenseMap<DIE *, const MDNode *> ContainingTypeMap; - /// InlineInfo - Keep track of inlined functions and their location. This /// information is used to populate debug_inlined section. typedef std::pair<const MCSymbol *, DIE *> InlineInfoLabels; |