aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/ELFObjectWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/MC/ELFObjectWriter.h')
-rw-r--r--include/llvm/MC/ELFObjectWriter.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/llvm/MC/ELFObjectWriter.h b/include/llvm/MC/ELFObjectWriter.h
index e507106620..c8a42fe57b 100644
--- a/include/llvm/MC/ELFObjectWriter.h
+++ b/include/llvm/MC/ELFObjectWriter.h
@@ -39,6 +39,11 @@ public:
const MCFixup &Fixup, MCValue Target,
uint64_t &FixedValue);
+ virtual bool IsFixupFullyResolved(const MCAssembler &Asm,
+ const MCValue Target,
+ bool IsPCRel,
+ const MCFragment *DF) const;
+
virtual void WriteObject(const MCAssembler &Asm, const MCAsmLayout &Layout);
};