Lines Matching defs:CompressedSection
149 template <class ELFT> Error ELFSectionSizer<ELFT>::visit(CompressedSection &) {
527 Error BinarySectionWriter::visit(const CompressedSection &Sec) {
534 Error ELFSectionWriter<ELFT>::visit(const CompressedSection &Sec) {
557 CompressedSection::CompressedSection(const SectionBase &Sec,
573 CompressedSection::CompressedSection(ArrayRef<uint8_t> CompressedData,
581 Error CompressedSection::accept(SectionVisitor &Visitor) const {
585 Error CompressedSection::accept(MutableSectionVisitor &Visitor) {
1778 return Obj.addSection<CompressedSection>(CompressedSection(
2206 if (isa<CompressedSection>(Sec))