reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objcopy/ELF/Object.cpp
  677   if (ToRemove(SymbolNames)) {
  683           SymbolNames->Name.data(), this->Name.data());
  684     SymbolNames = nullptr;
  731         SymbolNames == nullptr ? 0 : SymbolNames->findIndex(Sym->Name);
  731         SymbolNames == nullptr ? 0 : SymbolNames->findIndex(Sym->Name);
  736   Link = SymbolNames == nullptr ? 0 : SymbolNames->Index;
  736   Link = SymbolNames == nullptr ? 0 : SymbolNames->Index;
  751   if (SymbolNames != nullptr)
  753       SymbolNames->addString(Sym->Name);
tools/llvm-objcopy/ELF/Object.h
  658   void setStrTab(StringTableSection *StrTab) { SymbolNames = StrTab; }
  682   const SectionBase *getStrTab() const { return SymbolNames; }