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

Overridden By

tools/llvm-objcopy/ELF/Object.cpp
  394 void Section::accept(MutableSectionVisitor &Visitor) { Visitor.visit(*this); }
  450 void DecompressedSection::accept(MutableSectionVisitor &Visitor) {
  458 void OwnedDataSection::accept(MutableSectionVisitor &Visitor) {
  541 void CompressedSection::accept(MutableSectionVisitor &Visitor) {
  564 void StringTableSection::accept(MutableSectionVisitor &Visitor) {
  590 void SectionIndexSection::accept(MutableSectionVisitor &Visitor) {
  800 void SymbolTableSection::accept(MutableSectionVisitor &Visitor) {
  889 void RelocationSection::accept(MutableSectionVisitor &Visitor) {
  924 void DynamicRelocationSection::accept(MutableSectionVisitor &Visitor) {
 1036 void GnuDebugLinkSection::accept(MutableSectionVisitor &Visitor) {
 1053 void GroupSection::accept(MutableSectionVisitor &Visitor) {

References

tools/llvm-objcopy/ELF/Object.cpp
 2085     Sec.accept(*SecSizer);