Lines Matching defs:CompressedSection
152 template <class ELFT> Error ELFSectionSizer<ELFT>::visit(CompressedSection &) {
530 Error BinarySectionWriter::visit(const CompressedSection &Sec) {
537 Error ELFSectionWriter<ELFT>::visit(const CompressedSection &Sec) {
560 CompressedSection::CompressedSection(const SectionBase &Sec,
576 CompressedSection::CompressedSection(ArrayRef<uint8_t> CompressedData,
584 Error CompressedSection::accept(SectionVisitor &Visitor) const {
588 Error CompressedSection::accept(MutableSectionVisitor &Visitor) {
1781 return Obj.addSection<CompressedSection>(CompressedSection(
2200 if (isa<CompressedSection>(Sec))