X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FCodeGen%2FAsmPrinter%2FDwarfCompileUnit.h;fp=lib%2FCodeGen%2FAsmPrinter%2FDwarfCompileUnit.h;h=f197d226f9c97173574e2f1c6e0caf042c4199d9;hp=9484bb6f33d36b5fcc99f13952f17115c203d8e5;hb=b54df5252a94075d5d070818b7da0dbc9a71d379;hpb=4943838e28347db340f2b45d1bbf666ab3fd3547 diff --git a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h index 9484bb6f33d..f197d226f9c 100644 --- a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h @@ -183,10 +183,11 @@ public: } /// Add a new global name to the compile unit. - void addGlobalName(StringRef Name, DIE &Die, DIScope Context) override; + void addGlobalName(StringRef Name, DIE &Die, const MDScope *Context) override; /// Add a new global type to the compile unit. - void addGlobalType(DIType Ty, const DIE &Die, DIScope Context) override; + void addGlobalType(const MDType *Ty, const DIE &Die, + const MDScope *Context) override; const StringMap &getGlobalNames() const { return GlobalNames; } const StringMap &getGlobalTypes() const { return GlobalTypes; }