Searched refs:CompressedSection (Results 1 – 3 of 3) sorted by relevance
44 class CompressedSection; variable86 virtual Error visit(const CompressedSection &Sec) = 0;103 virtual Error visit(CompressedSection &Sec) = 0;123 Error visit(const CompressedSection &Sec) override = 0;143 Error visit(const CompressedSection &Sec) override;167 Error visit(CompressedSection &Sec) override;187 Error visit(const CompressedSection &Sec) override;536 class CompressedSection : public SectionBase {546 CompressedSection(const SectionBase &Sec,548 CompressedSection(ArrayRef<uint8_t> CompressedData, uint32_t ChType,[all …]
511 return &Obj.addSection<CompressedSection>( in replaceAndRemoveSections()512 CompressedSection(*S, Config.CompressionType, Obj.Is64Bits)); in replaceAndRemoveSections()518 [](const SectionBase &S) { return isa<CompressedSection>(&S); }, in replaceAndRemoveSections()520 const CompressedSection *CS = cast<CompressedSection>(S); in replaceAndRemoveSections()
133 template <class ELFT> Error ELFSectionSizer<ELFT>::visit(CompressedSection &) { in visit() argument504 Error BinarySectionWriter::visit(const CompressedSection &Sec) { in visit()511 Error ELFSectionWriter<ELFT>::visit(const CompressedSection &Sec) { in visit()534 CompressedSection::CompressedSection(const SectionBase &Sec, in CompressedSection() function in CompressedSection549 CompressedSection::CompressedSection(ArrayRef<uint8_t> CompressedData, in CompressedSection() function in CompressedSection557 Error CompressedSection::accept(SectionVisitor &Visitor) const { in accept()561 Error CompressedSection::accept(MutableSectionVisitor &Visitor) { in accept()1730 return Obj.addSection<CompressedSection>(CompressedSection( in makeSection()