diff options
Diffstat (limited to 'lld/ELF/Symbols.h')
-rw-r--r-- | lld/ELF/Symbols.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/Symbols.h b/lld/ELF/Symbols.h index e63b4531f8b..4a684e7e2a0 100644 --- a/lld/ELF/Symbols.h +++ b/lld/ELF/Symbols.h @@ -84,6 +84,7 @@ public: template <class ELFT> typename ELFT::uint getGotPltVA() const; template <class ELFT> typename ELFT::uint getPltVA() const; template <class ELFT> typename ELFT::uint getSize() const; + template <class ELFT> const OutputSection *getOutputSection() const; // The file from which this symbol was created. InputFile *File = nullptr; |