Lines Matching defs:SectionIndexSection
43 class SectionIndexSection;
85 virtual Error visit(const SectionIndexSection &Sec) = 0;
102 virtual Error visit(SectionIndexSection &Sec) = 0;
122 Error visit(const SectionIndexSection &Sec) override = 0;
142 Error visit(const SectionIndexSection &Sec) override;
166 Error visit(SectionIndexSection &Sec) override;
189 Error visit(const SectionIndexSection &Sec) override;
775 class SectionIndexSection : public SectionBase {
783 virtual ~SectionIndexSection() {}
799 SectionIndexSection() {
816 SectionIndexSection *SectionIndexTable = nullptr;
831 void setShndxTable(SectionIndexSection *ShndxTable) {
834 const SectionIndexSection *getShndxTable() const { return SectionIndexTable; }
1195 SectionIndexSection *SectionIndexTable = nullptr;