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

Overridden By

tools/llvm-objcopy/ELF/Object.cpp
  145 void SectionWriter::visit(const Section &Sec) {
  357 void IHexSectionWriterBase::visit(const Section &Sec) {

References

tools/llvm-objcopy/ELF/Object.cpp
  392 void Section::accept(SectionVisitor &Visitor) const { Visitor.visit(*this); }