From: NAKAMURA Takumi Date: Tue, 30 Jun 2015 05:59:13 +0000 (+0000) Subject: ELF.h: Prune obsolete comments removed in r240996. [-Wdocumentation] X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d6751a82b33dc5d95d96a813821659c444c2a6f2;p=oota-llvm.git ELF.h: Prune obsolete comments removed in r240996. [-Wdocumentation] FIXME: Should they be moved onto Elf_Sym_Impl::getNmae()? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241044 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Object/ELF.h b/include/llvm/Object/ELF.h index 35d414899ec..0cb5c7a81ca 100644 --- a/include/llvm/Object/ELF.h +++ b/include/llvm/Object/ELF.h @@ -365,12 +365,6 @@ public: ErrorOr getDynamicSymbolName(const Elf_Sym *Symb) const; ErrorOr getSymbolName(const Elf_Sym *Symb, bool IsDynamic) const; - /// \brief Get the name of \p Symb. - /// \param SymTab The symbol table section \p Symb is contained in. - /// \param Symb The symbol to get the name of. - /// - /// \p SymTab is used to lookup the string table to use to get the symbol's - /// name. ErrorOr getSectionName(const Elf_Shdr *Section) const; uint64_t getSymbolIndex(const Elf_Sym *sym) const; ErrorOr > getSectionContents(const Elf_Shdr *Sec) const;