Lines Matching refs:CompressedSection
44 class CompressedSection; variable
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;
659 class CompressedSection : public SectionBase {
669 CompressedSection(const SectionBase &Sec,
671 CompressedSection(ArrayRef<uint8_t> CompressedData, uint32_t ChType,
691 explicit DecompressedSection(const CompressedSection &Sec) in DecompressedSection()