X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FCodeGen%2FAsmPrinter%2FDwarfUnit.h;h=1cbf3489b1b6d2cb8e09c9a5c653765bfbf47f25;hp=7041f376ef4b996fa7a8ecd1535f74a5a0ef66af;hb=1cacd28c3b2e5f406d8f678ab8fa1a6d03c3713e;hpb=423476d899034075c2e1c6a03b8d1894bcfe0ff1 diff --git a/lib/CodeGen/AsmPrinter/DwarfUnit.h b/lib/CodeGen/AsmPrinter/DwarfUnit.h index 7041f376ef4..1cbf3489b1b 100644 --- a/lib/CodeGen/AsmPrinter/DwarfUnit.h +++ b/lib/CodeGen/AsmPrinter/DwarfUnit.h @@ -268,7 +268,7 @@ public: void addLinkageName(DIE &Die, StringRef LinkageName); /// \brief Add template parameters in buffer. - void addTemplateParams(DIE &Buffer, DIArray TParams); + void addTemplateParams(DIE &Buffer, DebugNodeArray TParams); /// \brief Add register operand. /// \returns false if the register does not exist, e.g., because it was never @@ -316,7 +316,7 @@ public: void constructContainingTypeDIEs(); /// \brief Construct function argument DIEs. - void constructSubprogramArguments(DIE &Buffer, DITypeArray Args); + void constructSubprogramArguments(DIE &Buffer, MDTypeRefArray Args); /// Create a DIE with the given Tag, add the DIE to its parent, and /// call insertDIE if MD is not null.