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

Overrides

tools/llvm-objcopy/ELF/Object.h
   84   virtual void visit(const SectionIndexSection &Sec) = 0;

Overridden By

tools/llvm-objcopy/ELF/Object.cpp
  125 void BinarySectionWriter::visit(const SectionIndexSection &Sec) {
  569 void ELFSectionWriter<ELFT>::visit(const SectionIndexSection &Sec) {
tools/llvm-objcopy/ELF/Object.h
  141   void visit(const SectionIndexSection &Sec) override;