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

Overrides

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

Declarations

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