Remove the last mention of LineTablesOnly from DwarfUnit, sinking it into DwarfCompil...
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfUnit.h
index 32683c4ebfea28b427cc803dd7bd3f78de9331a4..2c80c124a3ec4c580500b13345c1c995768f11eb 100644 (file)
@@ -299,7 +299,8 @@ public:
   /// getOrCreateSubprogramDIE - Create new DIE using SP.
   DIE *getOrCreateSubprogramDIE(DISubprogram SP);
 
-  void applySubprogramAttributes(DISubprogram SP, DIE &SPDie);
+  void applySubprogramAttributes(DISubprogram SP, DIE &SPDie,
+                                 bool Minimal = false);
 
   /// getOrCreateTypeDIE - Find existing DIE or create new DIE for the
   /// given DIType.