summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCObjectStreamer.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2010-12-02 05:59:38 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2010-12-02 05:59:38 +0000
commite23930543c0de0adcfec00cd18e9243ad812a167 (patch)
treeb07c2e6afc03736e2b4ca70038cd6db6d4908073 /include/llvm/MC/MCObjectStreamer.h
parentdedb045c3296c831962c4ae101531c38c273ba89 (diff)
downloadllvm-e23930543c0de0adcfec00cd18e9243ad812a167.tar.gz
llvm-e23930543c0de0adcfec00cd18e9243ad812a167.tar.bz2
llvm-e23930543c0de0adcfec00cd18e9243ad812a167.tar.xz
Move EmitValueToOffset to the ObjectStreamer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120691 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCObjectStreamer.h')
-rw-r--r--include/llvm/MC/MCObjectStreamer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/MC/MCObjectStreamer.h b/include/llvm/MC/MCObjectStreamer.h
index f5ee41aed1..c4f5e348b2 100644
--- a/include/llvm/MC/MCObjectStreamer.h
+++ b/include/llvm/MC/MCObjectStreamer.h
@@ -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();
/// @}