Move EmitValueToOffset to the ObjectStreamer.
[oota-llvm.git] / include / llvm / MC / MCObjectStreamer.h
index f5ee41aed104b422825f04cc24f1fd41c80d90e9..c4f5e348b23a4e4a001ba8cf223942cbc36cb153 100644 (file)
@@ -67,6 +67,7 @@ public:
   virtual void SwitchSection(const MCSection *Section);
   virtual void EmitInstruction(const MCInst &Inst);
   virtual void EmitInstToFragment(const MCInst &Inst);
+  virtual void EmitValueToOffset(const MCExpr *Offset, unsigned char Value);
   virtual void Finish();
 
   /// @}