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;
187 Error visit(const CompressedSection &Sec) override;
536 class CompressedSection : public SectionBase {
545 CompressedSection(const SectionBase &Sec,
547 CompressedSection(ArrayRef<uint8_t> CompressedData, uint64_t DecompressedSize,
565 explicit DecompressedSection(const CompressedSection &Sec) in DecompressedSection()