Lines Matching refs:SectionIndexSection
43 class SectionIndexSection; variable
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;
186 Error visit(const SectionIndexSection &Sec) override;
649 class SectionIndexSection : public SectionBase {
657 virtual ~SectionIndexSection() {} in ~SectionIndexSection()
673 SectionIndexSection() { in SectionIndexSection() function
690 SectionIndexSection *SectionIndexTable = nullptr;
703 void setShndxTable(SectionIndexSection *ShndxTable) { in setShndxTable()
706 const SectionIndexSection *getShndxTable() const { return SectionIndexTable; } in getShndxTable()
1058 SectionIndexSection *SectionIndexTable = nullptr;