Lines Matching defs:accept

142 void Section::accept(SectionVisitor &Visitor) const { Visitor.visit(*this); }  in accept()  function in llvm::objcopy::elf::Section
144 void Section::accept(MutableSectionVisitor &Visitor) { Visitor.visit(*this); } in accept() function in llvm::objcopy::elf::Section
204 void DecompressedSection::accept(SectionVisitor &Visitor) const { in accept() function in llvm::objcopy::elf::DecompressedSection
208 void DecompressedSection::accept(MutableSectionVisitor &Visitor) { in accept() function in llvm::objcopy::elf::DecompressedSection
212 void OwnedDataSection::accept(SectionVisitor &Visitor) const { in accept() function in llvm::objcopy::elf::OwnedDataSection
216 void OwnedDataSection::accept(MutableSectionVisitor &Visitor) { in accept() function in llvm::objcopy::elf::OwnedDataSection
294 void CompressedSection::accept(SectionVisitor &Visitor) const { in accept() function in llvm::objcopy::elf::CompressedSection
298 void CompressedSection::accept(MutableSectionVisitor &Visitor) { in accept() function in llvm::objcopy::elf::CompressedSection
317 void StringTableSection::accept(SectionVisitor &Visitor) const { in accept() function in llvm::objcopy::elf::StringTableSection
321 void StringTableSection::accept(MutableSectionVisitor &Visitor) { in accept() function in llvm::objcopy::elf::StringTableSection
344 void SectionIndexSection::accept(SectionVisitor &Visitor) const { in accept() function in llvm::objcopy::elf::SectionIndexSection
348 void SectionIndexSection::accept(MutableSectionVisitor &Visitor) { in accept() function in llvm::objcopy::elf::SectionIndexSection
530 void SymbolTableSection::accept(SectionVisitor &Visitor) const { in accept() function in llvm::objcopy::elf::SymbolTableSection
534 void SymbolTableSection::accept(MutableSectionVisitor &Visitor) { in accept() function in llvm::objcopy::elf::SymbolTableSection
604 void RelocationSection::accept(SectionVisitor &Visitor) const { in accept() function in llvm::objcopy::elf::RelocationSection
608 void RelocationSection::accept(MutableSectionVisitor &Visitor) { in accept() function in llvm::objcopy::elf::RelocationSection
630 void DynamicRelocationSection::accept(SectionVisitor &Visitor) const { in accept() function in llvm::objcopy::elf::DynamicRelocationSection
634 void DynamicRelocationSection::accept(MutableSectionVisitor &Visitor) { in accept() function in llvm::objcopy::elf::DynamicRelocationSection
720 void GnuDebugLinkSection::accept(SectionVisitor &Visitor) const { in accept() function in llvm::objcopy::elf::GnuDebugLinkSection
724 void GnuDebugLinkSection::accept(MutableSectionVisitor &Visitor) { in accept() function in llvm::objcopy::elf::GnuDebugLinkSection
737 void GroupSection::accept(SectionVisitor &Visitor) const { in accept() function in llvm::objcopy::elf::GroupSection
741 void GroupSection::accept(MutableSectionVisitor &Visitor) { in accept() function in llvm::objcopy::elf::GroupSection