PR14606: debug info imported_module support
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.h
index 9a38256d8e14af1daa91a36018624e1403cb237a..1eb7e3ecea3173c85004b83128e22ad8d30c3a39 100644 (file)
@@ -555,6 +555,9 @@ private:
   /// \brief Construct subprogram DIE.
   void constructSubprogramDIE(CompileUnit *TheCU, const MDNode *N);
 
+  /// \brief Construct import_module DIE.
+  void constructImportedModuleDIE(CompileUnit *TheCU, const MDNode *N);
+
   /// \brief Register a source line with debug info. Returns the unique
   /// label that was emitted and which provides correspondence to the
   /// source line list.