forked from OSchip/llvm-project
parent
2b06b0fe2a
commit
de212f1589
|
@ -125,7 +125,6 @@ public:
|
|||
const Elf_Sym *getLocalSymbol(uintX_t SymIndex);
|
||||
|
||||
const Elf_Shdr *getSymbolTable() const { return this->Symtab; };
|
||||
ArrayRef<Elf_Word> getSymbolTableShndx() const { return SymtabSHNDX; };
|
||||
|
||||
private:
|
||||
void initializeSections(llvm::DenseSet<StringRef> &Comdats);
|
||||
|
|
Loading…
Reference in New Issue