diff options
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfUnit.h')
| -rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfUnit.h | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfUnit.h b/lib/CodeGen/AsmPrinter/DwarfUnit.h index 7acad2cbd89f..4cc01b3298d4 100644 --- a/lib/CodeGen/AsmPrinter/DwarfUnit.h +++ b/lib/CodeGen/AsmPrinter/DwarfUnit.h @@ -291,6 +291,15 @@ public:    void constructTypeDIE(DIE &Buffer, const DICompositeType *CTy); +  /// addSectionDelta - Add a label delta attribute data and value. +  DIE::value_iterator addSectionDelta(DIE &Die, dwarf::Attribute Attribute, +                                      const MCSymbol *Hi, const MCSymbol *Lo); + +  /// Add a Dwarf section label attribute data and value. +  DIE::value_iterator addSectionLabel(DIE &Die, dwarf::Attribute Attribute, +                                      const MCSymbol *Label, +                                      const MCSymbol *Sec); +  protected:    ~DwarfUnit();  | 
