diff options
Diffstat (limited to 'lld/ELF/Target.h')
-rw-r--r-- | lld/ELF/Target.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/Target.h b/lld/ELF/Target.h index 8b24e461e81..f2ca0f092bb 100644 --- a/lld/ELF/Target.h +++ b/lld/ELF/Target.h @@ -64,6 +64,7 @@ public: virtual void relocateOne(uint8_t *Loc, uint8_t *BufEnd, uint32_t Type, uint64_t P, uint64_t SA, uint64_t ZA = 0, uint8_t *PairedLoc = nullptr) const = 0; + virtual bool isGotRelative(uint32_t Type) const; virtual bool isTlsOptimized(unsigned Type, const SymbolBody *S) const; virtual bool needsCopyRel(uint32_t Type, const SymbolBody &S) const; virtual unsigned relocateTlsOptimize(uint8_t *Loc, uint8_t *BufEnd, |