X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FCodeGen%2FAsmPrinter%2FDwarfCompileUnit.h;h=85fa6c0b5b885bd70c5d3a8e18a2ccd446f4ff38;hp=bced5335e288356406d456a51c29db476d65471f;hb=2c9ba7b7b1a4f7ef9318f67ab22e6e78cdbb2a7e;hpb=a2ec9db66b068d327deb94ad8661209d1476c5ba diff --git a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h index bced5335e28..85fa6c0b5b8 100644 --- a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h @@ -60,6 +60,8 @@ public: /// addRange - Add an address range to the list of ranges for this unit. void addRange(RangeSpan Range); + + void attachLowHighPC(DIE &D, const MCSymbol *Begin, const MCSymbol *End); }; } // end llvm namespace