[StackMaps] Add a lightweight parser for stackmap version 1 sections.
[oota-llvm.git] / tools / llvm-readobj / ObjDumper.h
index cfca850150f7ceced85c62c5109251406c7483df..27e15b256cc5776f5d78fc500f28ca647795b0f0 100644 (file)
@@ -52,6 +52,8 @@ public:
   virtual void printCOFFDirectives() { }
   virtual void printCOFFBaseReloc() { }
 
+  virtual void printStackMap() const = 0;
+
 protected:
   StreamWriter& W;
 };