Lines Matching defs:CompressedSection
44 class CompressedSection;
86 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,
695 explicit DecompressedSection(const CompressedSection &Sec)