Home
last modified time | relevance | path

Searched refs:SectionIndexSection (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.h41 class SectionIndexSection; variable
79 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() function
435 SectionIndexSection *SectionIndexTable = nullptr;
446 void setShndxTable(SectionIndexSection *ShndxTable) { in setShndxTable()
[all …]
DObject.cpp105 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()