Searched refs:DecompressedSection (Results 1 – 3 of 3) sorted by relevance
46 class DecompressedSection; variable86 virtual void visit(const DecompressedSection &Sec) = 0;103 virtual void visit(DecompressedSection &Sec) = 0;123 virtual void visit(const DecompressedSection &Sec) override = 0;143 void visit(const DecompressedSection &Sec) override;167 void visit(DecompressedSection &Sec) override;185 void visit(const DecompressedSection &Sec) override;387 class DecompressedSection : public SectionBase {391 explicit DecompressedSection(const CompressedSection &Sec) in DecompressedSection() function
113 void ELFSectionSizer<ELFT>::visit(DecompressedSection &Sec) {} in visit()176 void ELFSectionWriter<ELFT>::visit(const DecompressedSection &Sec) { in visit()200 void BinarySectionWriter::visit(const DecompressedSection &Sec) { in visit()204 void DecompressedSection::accept(SectionVisitor &Visitor) const { in accept()208 void DecompressedSection::accept(MutableSectionVisitor &Visitor) { in accept()
475 return &Obj.addSection<DecompressedSection>(*CS); in handleArgs()