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

References

tools/llvm-objcopy/ELF/ELFObjcopy.cpp
  571                            return &Obj.addSection<CompressedSection>(
  580           return &Obj.addSection<DecompressedSection>(*CS);
  704         Obj.addSection<OwnedDataSection>(SecName, Data);
  718     Obj.addSection<GnuDebugLinkSection>(Config.AddGnuDebugLink,
tools/llvm-objcopy/ELF/Object.cpp
 1122   auto &StrTab = Obj->addSection<StringTableSection>();
 1130   auto &SymTab = Obj->addSection<SymbolTableSection>();
 1151   auto &DataSection = Obj->addSection<Section>(Data);
 1201         Section = &Obj->addSection<OwnedDataSection>(
 1448       return Obj.addSection<DynamicRelocationSection>(Data);
 1450     return Obj.addSection<RelocationSection>();
 1457       return Obj.addSection<Section>(Data);
 1459     return Obj.addSection<StringTableSection>();
 1465     return Obj.addSection<Section>(Data);
 1468     return Obj.addSection<GroupSection>(Data);
 1471     return Obj.addSection<DynamicSymbolTableSection>(Data);
 1474     return Obj.addSection<DynamicSection>(Data);
 1476     auto &SymTab = Obj.addSection<SymbolTableSection>();
 1481     auto &ShndxSection = Obj.addSection<SectionIndexSection>();
 1486     return Obj.addSection<Section>(Data);
 1495       return Obj.addSection<CompressedSection>(Data, DecompressedSize,
 1499     return Obj.addSection<Section>(Data);
 1556       StrTab = &Obj.addSection<StringTableSection>();
 1558     SymbolTableSection &SymTab = Obj.addSection<SymbolTableSection>();
 2053       auto &Shndx = Obj.addSection<SectionIndexSection>();