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

Overrides

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

Overridden By

tools/llvm-objcopy/ELF/Object.cpp
  361 void IHexSectionWriterBase::visit(const OwnedDataSection &Sec) {

Declarations

tools/llvm-objcopy/ELF/Object.h
  114   void visit(const OwnedDataSection &Sec) override;