DebugInfo: Remove unused labels now that we just emit DW_AT_gnu_pubnames as a flag...
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DIEHash.h
index c3db2d06ca459e179e80ab84cd72635107451c93..48f16011e8b6c4e4ab825bde0b4bed50296691a8 100644 (file)
@@ -137,6 +137,9 @@ private:
   /// DW_FORM_exprloc.
   void hashBlockData(const SmallVectorImpl<DIEValue *> &Values);
 
+  /// \brief Hashes the contents pointed to in the .debug_loc section.
+  void hashLocList(const DIELocList &LocList);
+
   /// \brief Hashes an individual attribute.
   void hashAttribute(AttrEntry Attr, dwarf::Tag Tag);