diff options
author | Frederic Riss <friss@apple.com> | 2014-10-24 21:31:09 +0000 |
---|---|---|
committer | Frederic Riss <friss@apple.com> | 2014-10-24 21:31:09 +0000 |
commit | 987fe22789e460f397aa44eb38133019eaddc3df (patch) | |
tree | 67379d571034f00e9be1b5f6b2affbbb40195ce9 /llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h | |
parent | d9e54a99f6f4a66eab0a723e15888cf02520022e (diff) | |
download | bcm5719-llvm-987fe22789e460f397aa44eb38133019eaddc3df.tar.gz bcm5719-llvm-987fe22789e460f397aa44eb38133019eaddc3df.zip |
Sink DwarfUnit::constructImportedEntityDIE into DwarfCompileUnit.
So that it has access to getOrCreateGlobalVariableDIE. If we ever support
decsribing using directive in C++ classes (thus requiring support in type
units), it will certainly use another mechanism anyway.
Differential Revision: http://reviews.llvm.org/D5975
llvm-svn: 220594
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h index 8c5e1528e5c..769be7a8e80 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h @@ -411,10 +411,6 @@ public: /// constructSubprogramArguments - Construct function argument DIEs. void constructSubprogramArguments(DIE &Buffer, DITypeArray Args); - /// \brief Construct import_module DIE. - std::unique_ptr<DIE> - constructImportedEntityDIE(const DIImportedEntity &Module); - /// Create a DIE with the given Tag, add the DIE to its parent, and /// call insertDIE if MD is not null. DIE &createAndAddDIE(unsigned Tag, DIE &Parent, |