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;
189 Error visit(const SectionIndexSection &Sec) override;
775 class SectionIndexSection : public SectionBase {
783 virtual ~SectionIndexSection() {} in ~SectionIndexSection()
799 SectionIndexSection() { in SectionIndexSection() function
816 SectionIndexSection *SectionIndexTable = nullptr;
831 void setShndxTable(SectionIndexSection *ShndxTable) { in setShndxTable()
834 const SectionIndexSection *getShndxTable() const { return SectionIndexTable; } in getShndxTable()
1195 SectionIndexSection *SectionIndexTable = nullptr;