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

References

tools/llvm-objcopy/ELF/Object.cpp
 2007   if (Obj.isRelocatable() || Obj.SymbolTable == nullptr ||
 2007   if (Obj.isRelocatable() || Obj.SymbolTable == nullptr ||
 2008       !Obj.SymbolTable->empty())
 2013   auto *StrTab = Obj.SymbolTable->getStrTab() == Obj.SectionNames
 2013   auto *StrTab = Obj.SymbolTable->getStrTab() == Obj.SectionNames
 2015                      : Obj.SymbolTable->getStrTab();
 2016   return Obj.removeSections(false, [&](const SectionBase &Sec) {
 2017     return &Sec == Obj.SymbolTable || &Sec == StrTab;