mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 00:39:36 +00:00
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
This commit is contained in:
parent
f8a35ff558
commit
d6751a82b3
@ -365,12 +365,6 @@ public:
|
||||
ErrorOr<StringRef> getDynamicSymbolName(const Elf_Sym *Symb) const;
|
||||
ErrorOr<StringRef> 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<StringRef> getSectionName(const Elf_Shdr *Section) const;
|
||||
uint64_t getSymbolIndex(const Elf_Sym *sym) const;
|
||||
ErrorOr<ArrayRef<uint8_t> > getSectionContents(const Elf_Shdr *Sec) const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user