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;190 Error visit(const CompressedSection &Sec) override;663 class CompressedSection : public SectionBase {673 CompressedSection(const SectionBase &Sec,675 CompressedSection(ArrayRef<uint8_t> CompressedData, uint32_t ChType,[all …]
149 template <class ELFT> Error ELFSectionSizer<ELFT>::visit(CompressedSection &) { in visit() argument527 Error BinarySectionWriter::visit(const CompressedSection &Sec) { in visit()534 Error ELFSectionWriter<ELFT>::visit(const CompressedSection &Sec) { in visit()557 CompressedSection::CompressedSection(const SectionBase &Sec, in CompressedSection() function in CompressedSection573 CompressedSection::CompressedSection(ArrayRef<uint8_t> CompressedData, in CompressedSection() function in CompressedSection581 Error CompressedSection::accept(SectionVisitor &Visitor) const { in accept()585 Error CompressedSection::accept(MutableSectionVisitor &Visitor) { in accept()1778 return Obj.addSection<CompressedSection>(CompressedSection( in makeSection()2206 if (isa<CompressedSection>(Sec)) in removeSections()
241 if (auto *CS = dyn_cast<CompressedSection>(&Sec)) { in compressOrDecompressSections()247 return &addSection<CompressedSection>( in compressOrDecompressSections()248 CompressedSection(*S, *CType, Is64Bits)); in compressOrDecompressSections()