aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-12-22 00:37:50 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-12-22 00:37:50 +0000
commit69bbda03918a18bd4477bb254d51346ee3033567 (patch)
tree08fae27863d97a957b4c37f93c0fbc2d6e07de7a /include/llvm/MC
parente99183d2ace21eb25325304c164b21bf2910fc63 (diff)
downloadexternal_llvm-69bbda03918a18bd4477bb254d51346ee3033567.zip
external_llvm-69bbda03918a18bd4477bb254d51346ee3033567.tar.gz
external_llvm-69bbda03918a18bd4477bb254d51346ee3033567.tar.bz2
Move the ARM specific parts of the ELF writer to Target/ARM.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147115 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC')
-rw-r--r--include/llvm/MC/MCELFObjectWriter.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/llvm/MC/MCELFObjectWriter.h b/include/llvm/MC/MCELFObjectWriter.h
index 40673ec..59581a6 100644
--- a/include/llvm/MC/MCELFObjectWriter.h
+++ b/include/llvm/MC/MCELFObjectWriter.h
@@ -43,6 +43,12 @@ public:
virtual unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
bool IsPCRel, bool IsRelocWithSymbol,
int64_t Addend) const; // FIXME: add = 0
+ virtual unsigned getEFlags() const;
+ virtual const MCSymbol *ExplicitRelSym(const MCAssembler &Asm,
+ const MCValue &Target,
+ const MCFragment &F,
+ const MCFixup &Fixup,
+ bool IsPCRel) const;
/// @name Accessors
/// @{