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

Overridden By

tools/llvm-objcopy/ELF/Object.cpp
  574 void SectionIndexSection::initialize(SectionTableRef SecTable) {
  717 void SymbolTableSection::initialize(SectionTableRef SecTable) {
  832 void RelocSectionWithSymtabBase<SymTabType>::initialize(
  988 void Section::initialize(SectionTableRef SecTable) {
tools/llvm-objcopy/ELF/Object.h
  743   void initialize(SectionTableRef SecTable) override;

Declarations

tools/llvm-objcopy/ELF/Object.h
  408   virtual void initialize(SectionTableRef SecTable);

References

tools/llvm-objcopy/ELF/Object.cpp
 1144     Sec.initialize(Obj->sections());
 1572     Sec.initialize(Obj.sections());