diff options
author | David Blaikie <dblaikie@gmail.com> | 2014-10-06 05:37:24 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2014-10-06 05:37:24 +0000 |
commit | febfafd13a426948fa494271f1a7db477883ced7 (patch) | |
tree | e0d247cccaa1d8cf567093161dbfaa032f362cd0 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | |
parent | 64ee99183b8d9d7f2c3905c8a19cfc116abda1e7 (diff) | |
download | bcm5719-llvm-febfafd13a426948fa494271f1a7db477883ced7.tar.gz bcm5719-llvm-febfafd13a426948fa494271f1a7db477883ced7.zip |
DebugInfo: Sink constructImportedEntityDIE down into DwarfUnit from DwarfDebug.
It was just calling a bunch of DwarfUnit functions anyway, as can be
seen by the simplification of removing "TheCU" from all the function
calls in the implementation.
llvm-svn: 219103
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 f25825c678f..52cd9e7e422 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -508,11 +508,6 @@ class DwarfDebug : public AsmPrinterHandler { void constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU, const MDNode *N); - /// \brief Construct import_module DIE. - std::unique_ptr<DIE> - constructImportedEntityDIE(DwarfCompileUnit &TheCU, - const DIImportedEntity &Module); - /// \brief Register a source line with debug info. Returns the unique /// label that was emitted and which provides correspondence to the /// source line list. |