Searched refs:SectionIndexSection (Results 1 – 2 of 2) sorted by relevance
41 class SectionIndexSection; variable79 virtual void visit(const SectionIndexSection &Sec) = 0;97 virtual void visit(const SectionIndexSection &Sec) override = 0;114 void visit(const SectionIndexSection &Sec) override;131 void visit(const SectionIndexSection &Sec) override;400 class SectionIndexSection : public SectionBase {408 virtual ~SectionIndexSection() {} in ~SectionIndexSection()418 SectionIndexSection() { in SectionIndexSection() function435 SectionIndexSection *SectionIndexTable = nullptr;446 void setShndxTable(SectionIndexSection *ShndxTable) { in setShndxTable()[all …]
105 void BinarySectionWriter::visit(const SectionIndexSection &Sec) { in visit()163 void ELFSectionWriter<ELFT>::visit(const SectionIndexSection &Sec) { in visit()169 void SectionIndexSection::initialize(SectionTableRef SecTable) { in initialize()179 void SectionIndexSection::finalize() { Link = Symbols->Index; } in finalize()181 void SectionIndexSection::accept(SectionVisitor &Visitor) const { in accept()825 auto &ShndxSection = Obj.addSection<SectionIndexSection>(); in makeSection()1245 auto &Shndx = Obj.addSection<SectionIndexSection>(); in finalize()