Add support for expressions in .sleb/.uleb directives.
[oota-llvm.git] / lib / MC / MCNullStreamer.cpp
index 5f29b46d370451a4920a5bf66e24b2474dfdb240..9dfb28c30422cb9797c3f7bba3b0e6b0355e77e3 100644 (file)
@@ -66,6 +66,10 @@ namespace {
 
     virtual void EmitValue(const MCExpr *Value, unsigned Size,
                            unsigned AddrSpace) {}
+    virtual void EmitULEB128Value(const MCExpr *Value,
+                                  unsigned AddrSpace = 0) {}
+    virtual void EmitSLEB128Value(const MCExpr *Value,
+                                  unsigned AddrSpace = 0) {}
     virtual void EmitGPRel32Value(const MCExpr *Value) {}
     virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
                                       unsigned ValueSize = 1,