[ dwarfdump ] Add symbolic dump of known DWARF attribute values.
[oota-llvm.git] / include / llvm / Support / Dwarf.h
index cd9f75600cbc7b67c1fa7ef4d32522961480c214..0a808c355bf0b8fa6a23c3c7288c363ab15c2816 100644 (file)
@@ -950,6 +950,10 @@ private:
   };
 };
 
+/// Returns the symbolic string representing Val when used as a value
+/// for attribute Attr.
+const char *AttributeValueString(uint16_t Attr, unsigned Val);
+
 } // End of namespace dwarf
 
 } // End of namespace llvm