DebugInfo: Use the scope of the function declaration, if any, to name a function...
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfUnit.h
index acb75283530f281b9e909fc33f8402d09d97a65f..71034442b204df9ed7397623bbe62361f2e7f849 100644 (file)
@@ -400,6 +400,7 @@ public:
   DIE *getOrCreateSubprogramDIE(DISubprogram SP);
 
   void applySubprogramAttributes(DISubprogram SP, DIE &SPDie);
+  void applySubprogramAttributesToDefinition(DISubprogram SP, DIE &SPDie);
 
   /// getOrCreateTypeDIE - Find existing DIE or create new DIE for the
   /// given DIType.