Sink DwarfDebug::constructSubprogramScopeDIE down into DwarfCompileUnit
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfCompileUnit.h
index b9a8a5ee1c02d3b889d7defe50090dc613b910c4..fb6a867cc7d918bbdeb33a11a44eadde4447ba35 100644 (file)
@@ -115,6 +115,9 @@ public:
   DIE *createScopeChildrenDIE(LexicalScope *Scope,
                               SmallVectorImpl<std::unique_ptr<DIE>> &Children,
                               unsigned *ChildScopeCount = nullptr);
+
+  /// \brief Construct a DIE for this subprogram scope.
+  void constructSubprogramScopeDIE(LexicalScope *Scope);
 };
 
 } // end llvm namespace