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

Overrides

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

Overridden By

tools/llvm-objcopy/ELF/Object.cpp
  137 void BinarySectionWriter::visit(const GnuDebugLinkSection &Sec) {
 1024 void ELFSectionWriter<ELFT>::visit(const GnuDebugLinkSection &Sec) {
tools/llvm-objcopy/ELF/Object.h
  139   void visit(const GnuDebugLinkSection &Sec) override;