diff options
Diffstat (limited to 'lld/ELF/InputFiles.h')
| -rw-r--r-- | lld/ELF/InputFiles.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/InputFiles.h b/lld/ELF/InputFiles.h index 00ab848eddf..00b44201d9d 100644 --- a/lld/ELF/InputFiles.h +++ b/lld/ELF/InputFiles.h @@ -111,6 +111,7 @@ public: void parse(llvm::DenseSet<StringRef> &Comdats); ArrayRef<InputSection<ELFT> *> getSections() const { return Sections; } + InputSection<ELFT> *getSection(const Elf_Sym &Sym) const; SymbolBody *getSymbolBody(uint32_t SymbolIndex) const { uint32_t FirstNonLocal = this->Symtab->sh_info; |

