Emit DW_AT_object_pointer once, on the declaration, for each function.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfUnit.h
index 5ce6595c88d4326863720642158743ff5499feb3..cf4bc991b25c2371222dda411004be194b73b919 100644 (file)
@@ -416,7 +416,7 @@ public:
                                             bool isScopeAbstract);
 
   /// constructSubprogramArguments - Construct function argument DIEs.
-  void constructSubprogramArguments(DIE &Buffer, DIArray Args);
+  DIE *constructSubprogramArguments(DIE &Buffer, DIArray Args);
 
   /// Create a DIE with the given Tag, add the DIE to its parent, and
   /// call insertDIE if MD is not null.