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

Overrides

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

Overridden By

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

Declarations

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