Prototype of skeleton type units for fission
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.h
index 0c00c1be36af18ccbd792cc6a656bf78a1758f37..5a21106055420e7b8e29a7c5b31974d84b0a2dcd 100644 (file)
@@ -596,6 +596,10 @@ class DwarfDebug : public AsmPrinterHandler {
   /// section.
   DwarfCompileUnit *constructSkeletonCU(const DwarfCompileUnit *CU);
 
+  /// \brief Construct the split debug info compile unit for the debug info
+  /// section.
+  DwarfTypeUnit *constructSkeletonTU(const DwarfTypeUnit *TU);
+
   /// \brief Emit the debug info dwo section.
   void emitDebugInfoDWO();