diff options
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h index e8ca9d27834..6d22f272149 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h @@ -209,6 +209,11 @@ public:      return Var.getAddrElement(i);    }    DIType getType() const; + +private: +  /// resolve - Look in the DwarfDebug map for the MDNode that +  /// corresponds to the reference. +  template <typename T> T resolve(DIRef<T> Ref) const;  };  /// \brief Collects and handles information specific to a particular | 

