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;
779 class SectionIndexSection : public SectionBase {
787 virtual ~SectionIndexSection() {}
803 SectionIndexSection() {
820 SectionIndexSection *SectionIndexTable = nullptr;
835 void setShndxTable(SectionIndexSection *ShndxTable) {
838 const SectionIndexSection *getShndxTable() const { return SectionIndexTable; }
1201 SectionIndexSection *SectionIndexTable = nullptr;