diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2012-12-02 13:10:19 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2012-12-02 13:10:19 +0000 | 
| commit | 522600a229b950314b5f4af84eba4f3e8a0ffea1 (patch) | |
| tree | 32b4679ab4b8f28e5228daafc65e9dc436935353 /lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | |
| parent | 902a7b529820e6a0aa85f98f21afaeb1805a22f8 (diff) | |
Notes
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfCompileUnit.h')
| -rw-r--r-- | lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h index b4ff9e8d69dd..fad9b6e06684 100644 --- a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h +++ b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h @@ -176,6 +176,9 @@ public:    }  public: +  /// addFlag - Add a flag that is true to the DIE. +  void addFlag(DIE *Die, unsigned Attribute); +      /// addUInt - Add an unsigned integer attribute data and value.    ///    void addUInt(DIE *Die, unsigned Attribute, unsigned Form, uint64_t Integer); @@ -280,8 +283,8 @@ public:    /// for the given DITemplateTypeParameter.    DIE *getOrCreateTemplateTypeParameterDIE(DITemplateTypeParameter TP); -  /// getOrCreateTemplateValueParameterDIE - Find existing DIE or create new DIE  -  /// for the given DITemplateValueParameter. +  /// getOrCreateTemplateValueParameterDIE - Find existing DIE or create +  /// new DIE for the given DITemplateValueParameter.    DIE *getOrCreateTemplateValueParameterDIE(DITemplateValueParameter TVP);    /// createDIEEntry - Creates a new DIEEntry to be a proxy for a debug  | 
